mirror of
https://github.com/NixOS/nix
synced 2025-06-27 04:21:16 +02:00
Move stuff around
This commit is contained in:
parent
ce3c41aef0
commit
a1ff43045b
10 changed files with 74 additions and 67 deletions
7
nix-rust/src/store/mod.rs
Normal file
7
nix-rust/src/store/mod.rs
Normal file
|
@ -0,0 +1,7 @@
|
|||
mod binary_cache_store;
|
||||
mod path_info;
|
||||
mod store;
|
||||
|
||||
pub use binary_cache_store::BinaryCacheStore;
|
||||
pub use path_info::PathInfo;
|
||||
pub use store::{Store, StorePath};
|
Loading…
Add table
Add a link
Reference in a new issue