nix-du: nixVersions.nix_2_24 -> nixVersions.nix_2_28 (#425890)

This commit is contained in:
Guillaume Girol
2025-07-17 21:27:33 +02:00
committed by GitHub
+2 -2
View File
@@ -25,13 +25,13 @@ rustPlatform.buildRustPackage rec {
doCheck = true;
nativeCheckInputs = [
nixVersions.nix_2_24
nixVersions.nix_2_28
graphviz
];
buildInputs = [
boost
nixVersions.nix_2_24
nixVersions.nix_2_28
nlohmann_json
];