summaryrefslogtreecommitdiff
path: root/ci/eval/attrpaths.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* ci/eval: add extraNixpkgsConfig argumentGaetan Lepage2025-11-011-0/+2
* ci/eval/attrpaths: update cross stdenvs•••`pkgsArocc` and `pkgsZig` had been added to `release.nix`, so should be listed here as well. Wolfgang Walther2025-08-311-3/+10
* treewide: remove __recurseIntoDerivationForReleaseJobs•••This attribute was supposed to be set on derivations, to make the release tools recurse into them. The remaining uses were all on regular attrsets, though, so this is safe to remove. Wolfgang Walther2025-08-311-20/+1
* ci/eval: remove unused checkMeta argument•••This should always be set anyways. Wolfgang Walther2025-08-311-2/+1
* ci/eval/attrpaths: refactor•••The following changes were made: - Using `lib.` instead of `builtins.` - Using `mapAttrsToList` instead of `mapAttrs` + `attrValues` - Joining two of the if conditions with the same return value - Using `traceIf` instead of `if` / `else` - Using `showAttrPath` instead of `concatStringsSep` Wolfgang Walther2025-08-311-12/+9
* 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. Wolfgang Walther2025-08-311-8/+0
* ci/eval: remove ofborg references•••By now, these files have been changed enough to not need the "vendored from" notes anymore. These links would still be there when going through the history of the file, but today GHA CI has not many similarities anymore to what ofborg did, so these are not really helpful. Wolfgang Walther2025-08-311-11/+4
* top-level/release-outpaths: move to ci/eval•••These files are tightly coupled with the code in ci/eval and not used anywhere else. They are subject to the same backporting requirements as the remaining CI code. They are better placed next here. Wolfgang Walther2025-08-311-0/+114