1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 11:11:03 -04:00
nix/nix-rust/src/lib.rs

10 lines
104 B
Rust
Raw Normal View History

2019-12-15 04:47:59 -05:00
#[cfg(not(test))]
2019-09-15 17:09:30 -04:00
mod c;
2019-09-10 15:55:32 -04:00
mod error;
#[cfg(unused)]
2019-09-17 18:31:51 -04:00
mod nar;
mod store;
2019-09-15 17:09:30 -04:00
mod util;
2019-03-27 09:12:20 -04:00
2019-09-10 15:55:32 -04:00
pub use error::Error;