ci/eval/attrpaths: remove left-over condition

This condition doesn't make a difference anymore, ever since we removed
the tryEval code from this file and had already enabled unfree packages
earlier anyway.
This commit is contained in:
Wolfgang Walther
2025-08-31 11:20:54 +02:00
parent 2aae142529
commit 9524a21fe0

View File

@@ -50,14 +50,6 @@ let
then
[ path ]
# Even wackier case: we have meta.broken==true jobs with
# !meta.broken jobs as subattributes with license=unfree, and
# check-meta.nix won't throw an "unfree" failure because the
# enclosing derivation is marked broken. Yeah. Bonkers.
# We should just forbid jobsets enclosed by derivations.
else if lib.isDerivation value && !value.meta.available then
[ ]
else if !(lib.isAttrs value) then
[ ]
else