mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
nix-init: fix build on x86_64-darwin (#356960)
This commit is contained in:
commit
52f90d32cc
5121
pkgs/by-name/ni/nix-init/Cargo.lock
generated
5121
pkgs/by-name/ni/nix-init/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -34,10 +34,9 @@ rustPlatform.buildRustPackage rec {
|
|||||||
hash = "sha256-0RLEPVtYnwYH+pMnpO0/Evbp7x9d0RMobOVAqwgMJz4=";
|
hash = "sha256-0RLEPVtYnwYH+pMnpO0/Evbp7x9d0RMobOVAqwgMJz4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoLock = {
|
useFetchCargoVendor = true;
|
||||||
lockFile = ./Cargo.lock;
|
|
||||||
outputHashes."cargo-0.82.0" = "sha256-1G14vLW3FhLxOWGxuHXcWgb+XXS1vOOyQYKVbrJWlmI=";
|
cargoHash = "sha256-kk/SaP/ZtSorSSewAdf0Bq7tiMhB5dZb8v9MlsaUa0M=";
|
||||||
};
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
curl
|
curl
|
||||||
|
Loading…
Reference in New Issue
Block a user