Merge pull request #443 from mmlb/push-tvoxuqouvmvv

nix: Set strictDeps for module
This commit is contained in:
koverstreet 2025-10-03 20:19:25 -04:00 committed by GitHub
commit 14bccc22f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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