nix-init: fix build on x86_64-darwin (#356960)

This commit is contained in:
Yt
2024-11-19 05:25:22 -05:00
committed by GitHub
2 changed files with 3 additions and 5125 deletions
-5121
View File
File diff suppressed because it is too large Load Diff
+3 -4
View File
@@ -34,10 +34,9 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-0RLEPVtYnwYH+pMnpO0/Evbp7x9d0RMobOVAqwgMJz4=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes."cargo-0.82.0" = "sha256-1G14vLW3FhLxOWGxuHXcWgb+XXS1vOOyQYKVbrJWlmI=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-kk/SaP/ZtSorSSewAdf0Bq7tiMhB5dZb8v9MlsaUa0M=";
nativeBuildInputs = [
curl