ripgrep-all: use fetchCargoVendor

This commit is contained in:
TomaSajt
2025-03-24 16:55:28 +01:00
committed by Masum Reza
parent 7076bd458c
commit 090bfb5fcf
2 changed files with 2 additions and 2213 deletions
File diff suppressed because it is too large Load Diff
+2 -6
View File
@@ -34,12 +34,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-ns7RL7kiG72r07LkF6RzShNg8M2SU6tU5+gXDxzUQHM=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"tokio-tar-0.3.1" = "sha256-oYXcZepnQyZ13zCvECwNqbXUnov3Y6uJlpkHz1zVpRo=";
};
};
useFetchCargoVendor = true;
cargoHash = "sha256-VbkLs5TuDSY7UHh2hA8R4dp99RU7pMmGhS1P9U9osq8=";
# override debug=true set in Cargo.toml upstream
RUSTFLAGS = "-C debuginfo=none";