mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user