aboutsummaryrefslogtreecommitdiff
path: root/nix-rust/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'nix-rust/src/lib.rs')
-rw-r--r--nix-rust/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix-rust/src/lib.rs b/nix-rust/src/lib.rs
index 635c00aff..cda63d2c7 100644
--- a/nix-rust/src/lib.rs
+++ b/nix-rust/src/lib.rs
@@ -14,6 +14,7 @@ extern crate proptest;
mod c;
mod error;
mod foreign;
+mod nar;
mod store;
mod util;