doc: remove useFetchCargoVendor

This commit is contained in:
awwpotato 2025-04-26 15:26:20 -07:00
parent 68da4756d5
commit 76c5b6cc00
No known key found for this signature in database
2 changed files with 0 additions and 4 deletions

View file

@ -26,7 +26,6 @@ In Nixpkgs, `cargo-tauri.hook` overrides the default build and install phases.
rustPlatform.buildRustPackage (finalAttrs: {
# ...
useFetchCargoVendor = true;
cargoHash = "...";
# Assuming our app's frontend uses `npm` as a package manager