ci/eval: accept nix directly

Previously we were taking nixVersions and this made external use from
the Lix repo's CI annoying.

We should probably also test other nix versions than stable (i.e. also
latest and Lix), but this involves writing GitHub Actions about it and
maybe not running it on every single PR. Future work.

(cherry picked from commit 332bc64369)
This commit is contained in:
Jade Lovelace
2025-06-10 11:46:19 -07:00
committed by github-actions[bot]
parent 210a4a2e3d
commit baf024b092
3 changed files with 20 additions and 7 deletions

View File

@@ -3,9 +3,10 @@
IMPORTANT:
This is used by the github.com/NixOS/nix CI.
This is used by Lix's CI (see flake.nix in the Lix repo).
Try not to change the interface of this file, or if you need to, ping the
Nix maintainers for help. Thank you!
Nix AND Lix maintainers (`nix eval -f . lib.teams.lix`) for help. Thank you!
*/
{
pkgs,