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

Move stuff around

This commit is contained in:
Eelco Dolstra 2019-09-15 23:09:30 +02:00
parent ce3c41aef0
commit a1ff43045b
10 changed files with 74 additions and 67 deletions

View 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};