flake.nix: Build nix with strictDeps = true

This commit is contained in:
Robert Hensing
2021-03-31 08:30:12 +02:00
parent e7810665a7
commit f66fb5fb5b
+4
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;
};
});