flake.nix: Build nix with strictDeps = true
This commit is contained in:
parent
e7810665a7
commit
f66fb5fb5b
1 changed files with 4 additions and 0 deletions
|
@ -233,6 +233,8 @@
|
|||
|
||||
separateDebugInfo = true;
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
passthru.perl-bindings = with final; stdenv.mkDerivation {
|
||||
name = "nix-perl-${version}";
|
||||
|
||||
|
@ -517,6 +519,8 @@
|
|||
installCheckFlags = "sysconfdir=$(out)/etc";
|
||||
|
||||
stripAllList = ["bin"];
|
||||
|
||||
strictDeps = true;
|
||||
};
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue