flake.nix: Build nix with strictDeps = true

This commit is contained in:
Robert Hensing 2021-03-23 12:06:43 +01:00
parent e7810665a7
commit f66fb5fb5b

View file

@ -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;
};
});