nix-du: nixVersions.nix_2_24 -> nixVersions.nix_2_28
This version of nix-du supports building with 2.28 and 2.24 is being gradually phased out.
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user