dockerTools: remove __attrsFailEvaluation
The test (`nix-build pkgs/test/release/default.nix`) continues to pass without this preventative measure.
This commit is contained in:
@@ -839,7 +839,7 @@ with pkgs;
|
||||
|
||||
dockerTools = callPackage ../build-support/docker {
|
||||
writePython3 = buildPackages.writers.writePython3;
|
||||
} // { __attrsFailEvaluation = true; };
|
||||
};
|
||||
|
||||
fakeNss = callPackage ../build-support/fake-nss { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user