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:
Manuel Mendez 2025-10-03 17:20:24 -04:00
parent 0a476a0f49
commit 952bc49e83

View File

@ -34,6 +34,7 @@ stdenv.mkDerivation {
version = "${kernel.version}-${bcachefs-tools.version}";
__structuredAttrs = true;
strictDeps = true;
src = bcachefs-tools.dkms;