mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-22 00:00:03 +03:00
fixup! Rust now integrated into bcachefs binary
This commit is contained in:
parent
28f703cc25
commit
10c609ac94
@ -16,7 +16,7 @@
|
||||
binary = pkgs.callPackage ./binary.nix {
|
||||
testWithValgrind = false;
|
||||
};
|
||||
mount = pkgs.callPackage ./rust-src/mount/default.nix { inherit binary; };
|
||||
mount = pkgs.callPackage ./rust-src/default.nix { inherit binary; };
|
||||
bcachefs = pkgs.callPackage ./base.nix {
|
||||
inherit binary mount;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user