ci/eval/attrpaths: update cross stdenvs

`pkgsArocc` and `pkgsZig` had been added to `release.nix`, so should be
listed here as well.

(cherry picked from commit 8104100101)
This commit is contained in:
Wolfgang Walther
2025-08-31 21:09:31 +02:00
committed by github-actions[bot]
parent cc8ee67459
commit e654129e96

View File

@@ -50,13 +50,20 @@ let
};
paths = [
# I am not entirely sure why these three packages end up in
# the Hydra jobset. But they do, and they don't meet the
# criteria above, so at the moment they are special-cased.
# Some of the following are based on variants, which are disabled with `attrNamesOnly = true`.
# Until these have been removed from release.nix / hydra, we manually add them to the list.
[
"pkgsLLVM"
"stdenv"
]
[
"pkgsArocc"
"stdenv"
]
[
"pkgsZig"
"stdenv"
]
[
"pkgsStatic"
"stdenv"