Loading pkgs/tools/nix/nix-init/Cargo.lock 0 → 100644 +5121 −0 File added.Preview size limit exceeded, changes collapsed. Show changes pkgs/tools/nix/nix-init/default.nix +6 −3 Original line number Diff line number Diff line Loading @@ -25,16 +25,19 @@ in rustPlatform.buildRustPackage rec { pname = "nix-init"; version = "0.3.1"; version = "0.3.2"; src = fetchFromGitHub { owner = "nix-community"; repo = "nix-init"; rev = "v${version}"; hash = "sha256-PeOYYTSqqi/KSp+QjMbnNRQqKENo/zemN5Bpqiyh0vA="; hash = "sha256-0RLEPVtYnwYH+pMnpO0/Evbp7x9d0RMobOVAqwgMJz4="; }; cargoHash = "sha256-YRScCgmrCjzSZWHvnaBTCJsT02gd4SToz130zOMQ+VY="; cargoLock = { lockFile = ./Cargo.lock; outputHashes."cargo-0.82.0" = "sha256-1G14vLW3FhLxOWGxuHXcWgb+XXS1vOOyQYKVbrJWlmI="; }; nativeBuildInputs = [ curl Loading Loading
pkgs/tools/nix/nix-init/Cargo.lock 0 → 100644 +5121 −0 File added.Preview size limit exceeded, changes collapsed. Show changes
pkgs/tools/nix/nix-init/default.nix +6 −3 Original line number Diff line number Diff line Loading @@ -25,16 +25,19 @@ in rustPlatform.buildRustPackage rec { pname = "nix-init"; version = "0.3.1"; version = "0.3.2"; src = fetchFromGitHub { owner = "nix-community"; repo = "nix-init"; rev = "v${version}"; hash = "sha256-PeOYYTSqqi/KSp+QjMbnNRQqKENo/zemN5Bpqiyh0vA="; hash = "sha256-0RLEPVtYnwYH+pMnpO0/Evbp7x9d0RMobOVAqwgMJz4="; }; cargoHash = "sha256-YRScCgmrCjzSZWHvnaBTCJsT02gd4SToz130zOMQ+VY="; cargoLock = { lockFile = ./Cargo.lock; outputHashes."cargo-0.82.0" = "sha256-1G14vLW3FhLxOWGxuHXcWgb+XXS1vOOyQYKVbrJWlmI="; }; nativeBuildInputs = [ curl Loading