cargo-tauri: importCargoLock -> fetchCargoVendor

This commit is contained in:
seth
2025-01-07 19:24:08 -05:00
parent c45cf01ad9
commit bd7ce4afbb
2 changed files with 2 additions and 11666 deletions
File diff suppressed because it is too large Load Diff
+2 -7
View File
@@ -4,7 +4,6 @@
callPackage,
rustPlatform,
fetchFromGitHub,
cargo-tauri,
gtk4,
nix-update-script,
openssl,
@@ -23,12 +22,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-HPmViOowP1xAjDJ89YS0BTjNnKI1P0L777ywkqAhhc4=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"schemars_derive-0.8.21" = "sha256-AmxBKZXm2Eb+w8/hLQWTol5f22uP8UqaIh+LVLbS20g=";
};
};
useFetchCargoVendor = true;
cargoHash = "sha256-BwNsr/CclSA9CIGVjKjaMM560hgUYirmpRm4Q8hNkkc=";
nativeBuildInputs = [ pkg-config ];