1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 04:21:16 +02:00

StorePath improvements

This commit is contained in:
Eelco Dolstra 2019-09-17 22:26:49 +02:00
parent cce218f950
commit 6317f0f7a0
5 changed files with 130 additions and 61 deletions

View file

@ -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;