mirror of
https://github.com/NixOS/nix
synced 2025-06-27 04:21:16 +02:00
StorePath improvements
This commit is contained in:
parent
cce218f950
commit
6317f0f7a0
5 changed files with 130 additions and 61 deletions
|
@ -1,7 +1,9 @@
|
|||
mod binary_cache_store;
|
||||
mod path;
|
||||
mod path_info;
|
||||
mod store;
|
||||
|
||||
pub use binary_cache_store::BinaryCacheStore;
|
||||
pub use path::{StorePath, StorePathHash, StorePathName};
|
||||
pub use path_info::PathInfo;
|
||||
pub use store::{Store, StorePath};
|
||||
pub use store::Store;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue