dockerTools: remove __attrsFailEvaluation

The test (`nix-build pkgs/test/release/default.nix`) continues to pass without this preventative measure.
This commit is contained in:
Philip Taron
2024-07-01 10:51:42 -07:00
parent 00d80d1381
commit 25d43c78c6
+1 -1
View File
@@ -839,7 +839,7 @@ with pkgs;
dockerTools = callPackage ../build-support/docker {
writePython3 = buildPackages.writers.writePython3;
} // { __attrsFailEvaluation = true; };
};
fakeNss = callPackage ../build-support/fake-nss { };