mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
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:
committed by
github-actions[bot]
parent
210a4a2e3d
commit
baf024b092
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user