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

View File

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