top-level/release-attrpaths-superset: remove __attrsFailEvaluation

This doesn't seem to be necessary anymore. I confirmed by:
- Adding a lib.warn into the __attrsFailsEvaluation branch - never got
any.
- Removing it everywhere and running full Eval on it - no errors, no
rebuilds.
This commit is contained in:
Wolfgang Walther
2025-07-23 19:23:23 +02:00
parent 4ad7d21c88
commit 59233ecd0d
14 changed files with 16 additions and 78 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;
}