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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user