devpod-desktop: use fetchCargoVendor

This commit is contained in:
TomaSajt
2025-03-08 12:25:35 +01:00
parent b4f729faec
commit adebc02a4f
2 changed files with 2 additions and 6204 deletions
File diff suppressed because it is too large Load Diff
+2 -6
View File
@@ -104,12 +104,8 @@ rec {
sourceRoot = "${src.name}/desktop/src-tauri";
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"tauri-plugin-log-0.0.0" = "sha256-tM6oLJe/wwqDDNMKBeMa5nNVvsmi5b104xMOvtm974Y=";
};
};
useFetchCargoVendor = true;
cargoHash = "sha256-HD9b7OWilltL5Ymj28zoZwv5TJV3HT3LyCdagMqLH6E=";
# Workaround:
# The `tauri` dependency features on the `Cargo.toml` file does not match the allowlist defined under `tauri.conf.json`.