Unverified Commit 25d43c78 authored by Philip Taron's avatar Philip Taron
Browse files

dockerTools: remove __attrsFailEvaluation

The test (`nix-build pkgs/test/release/default.nix`) continues to pass without this preventative measure.
parent 00d80d13
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -839,7 +839,7 @@ with pkgs;
  dockerTools = callPackage ../build-support/docker {
    writePython3 = buildPackages.writers.writePython3;
  } // { __attrsFailEvaluation = true; };
  };
  fakeNss = callPackage ../build-support/fake-nss { };