summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nix/overlay.nix1
-rw-r--r--rust-src/mount/Cargo.lock (renamed from mount/Cargo.lock)0
-rw-r--r--rust-src/mount/Cargo.toml (renamed from mount/Cargo.toml)0
-rw-r--r--rust-src/mount/build.rs (renamed from mount/build.rs)0
-rw-r--r--rust-src/mount/src/filesystem.rs (renamed from mount/src/filesystem.rs)0
-rw-r--r--rust-src/mount/src/key.rs (renamed from mount/src/key.rs)0
-rw-r--r--rust-src/mount/src/keyutils_wrapper.h (renamed from mount/src/keyutils_wrapper.h)0
-rw-r--r--rust-src/mount/src/lib.rs (renamed from mount/src/lib.rs)0
-rw-r--r--rust-src/mount/src/libbcachefs_wrapper.h (renamed from mount/src/libbcachefs_wrapper.h)0
9 files changed, 1 insertions, 0 deletions
diff --git a/nix/overlay.nix b/nix/overlay.nix
index f1a7cb13..f84b6036 100644
--- a/nix/overlay.nix
+++ b/nix/overlay.nix
@@ -14,6 +14,7 @@ final: prev: {
debugMode = true;
};
+ mount = final.callPackage ../rust-src/mount {};
kernelPackages = final.recurseIntoAttrs (final.linuxPackagesFor final.bcachefs.kernel);
kernel = final.callPackage ./bcachefs-kernel.nix {
commit = final.bcachefs.tools.bcachefs_revision;
diff --git a/mount/Cargo.lock b/rust-src/mount/Cargo.lock
index 77ccbba7..77ccbba7 100644
--- a/mount/Cargo.lock
+++ b/rust-src/mount/Cargo.lock
diff --git a/mount/Cargo.toml b/rust-src/mount/Cargo.toml
index 4fd0d497..4fd0d497 100644
--- a/mount/Cargo.toml
+++ b/rust-src/mount/Cargo.toml
diff --git a/mount/build.rs b/rust-src/mount/build.rs
index 65428897..65428897 100644
--- a/mount/build.rs
+++ b/rust-src/mount/build.rs
diff --git a/mount/src/filesystem.rs b/rust-src/mount/src/filesystem.rs
index 36af8c05..36af8c05 100644
--- a/mount/src/filesystem.rs
+++ b/rust-src/mount/src/filesystem.rs
diff --git a/mount/src/key.rs b/rust-src/mount/src/key.rs
index 6769f52c..6769f52c 100644
--- a/mount/src/key.rs
+++ b/rust-src/mount/src/key.rs
diff --git a/mount/src/keyutils_wrapper.h b/rust-src/mount/src/keyutils_wrapper.h
index 857cee2e..857cee2e 100644
--- a/mount/src/keyutils_wrapper.h
+++ b/rust-src/mount/src/keyutils_wrapper.h
diff --git a/mount/src/lib.rs b/rust-src/mount/src/lib.rs
index 751eab38..751eab38 100644
--- a/mount/src/lib.rs
+++ b/rust-src/mount/src/lib.rs
diff --git a/mount/src/libbcachefs_wrapper.h b/rust-src/mount/src/libbcachefs_wrapper.h
index 9d9754c1..9d9754c1 100644
--- a/mount/src/libbcachefs_wrapper.h
+++ b/rust-src/mount/src/libbcachefs_wrapper.h