1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-10 18:12:34 +09:00

ci/eval/nix: 2.24 -> latest (#404589)

This commit is contained in:
Wolfgang Walther 2025-05-17 20:53:57 +00:00 committed by GitHub
commit 17fbc7b5f9
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,7 @@ let
);
};
nix = nixVersions.nix_2_24;
nix = nixVersions.latest;
supportedSystems = builtins.fromJSON (builtins.readFile ../supportedSystems.json);