mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-12-07 00:00:12 +03:00
nix: Set strictDeps for module
This is nix best practice and already set for the crane based builds but was missing here.
This commit is contained in:
parent
0a476a0f49
commit
952bc49e83
@ -34,6 +34,7 @@ stdenv.mkDerivation {
|
||||
version = "${kernel.version}-${bcachefs-tools.version}";
|
||||
|
||||
__structuredAttrs = true;
|
||||
strictDeps = true;
|
||||
|
||||
src = bcachefs-tools.dkms;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user