mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-12-09 00:00:17 +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…
x
Reference in New Issue
Block a user