top-level/release-attrpaths-superset: remove __attrsFailEvaluation (#428015)

This commit is contained in:
Wolfgang Walther
2025-07-24 19:45:36 +00:00
committed by GitHub
16 changed files with 17 additions and 79 deletions
@@ -147,8 +147,5 @@ in
python = toPythonModule python;
# Don't take pythonPackages from "global" pkgs scope to avoid mixing python versions.
# Prevent `pkgs/top-level/release-attrpaths-superset.nix` from recursing more than one level here.
pythonPackages = self // {
__attrsFailEvaluation = true;
};
pythonPackages = self;
}