primop (stash)

This commit is contained in:
do butterflies cry? 2026-03-15 03:18:39 +10:00
parent 03c72f7582
commit 6e22a8de3e
Signed by: cry
GPG key ID: F68745A836CA0412
3 changed files with 63 additions and 0 deletions

View file

@ -1,7 +1,9 @@
mod flake;
mod flakeref;
mod nix;
mod primop;
pub use flake::{Flake, FlakeBuilder, FlakeLockMode};
pub use flakeref::FlakeRef;
pub use nix::Nix;
pub use primop::PrimOp;