diff options
-rw-r--r-- | nix/overlay.nix | 1 | ||||
-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 f1a7cb1..f84b603 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 77ccbba..77ccbba 100644 --- a/mount/Cargo.lock +++ b/rust-src/mount/Cargo.lock diff --git a/mount/Cargo.toml b/rust-src/mount/Cargo.toml index 4fd0d49..4fd0d49 100644 --- a/mount/Cargo.toml +++ b/rust-src/mount/Cargo.toml diff --git a/mount/build.rs b/rust-src/mount/build.rs index 6542889..6542889 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 36af8c0..36af8c0 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 6769f52..6769f52 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 857cee2..857cee2 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 751eab3..751eab3 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 9d9754c..9d9754c 100644 --- a/mount/src/libbcachefs_wrapper.h +++ b/rust-src/mount/src/libbcachefs_wrapper.h |