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
commit 52f90d32cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 5125 deletions

File diff suppressed because it is too large Load Diff

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