nix-init: fix build on x86_64-darwin

This commit is contained in:
Kenichi Kamiya 2024-11-18 22:13:46 +09:00
parent f93401eeed
commit 2b410eeb15
No known key found for this signature in database
GPG Key ID: 9BE4016A38165CCB
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