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
No known key found for this signature in database
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); supportedSystems = builtins.fromJSON (builtins.readFile ../supportedSystems.json);