mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-12-08 00:00:12 +03:00
Merge pull request #443 from mmlb/push-tvoxuqouvmvv
nix: Set strictDeps for module
This commit is contained in:
commit
14bccc22f6
@ -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