Update pkgs/by-name/rw/rwalk/package.nix

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
This commit is contained in:
Nabeen Tiwaree
2024-12-30 10:03:23 -05:00
committed by GitHub
co-authored by Gaétan Lepage
parent 334a9bd0b2
commit 3520763800
+1 -7
View File
@@ -19,13 +19,7 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-rEecl8KdPqPreCRq8CZCBfpedInYD7+gfCwCst+VS90=";
};
cargoLock = {
lockFile = ./Cargo.lock;
};
postPatch = ''
ln -s ${./Cargo.lock} Cargo.lock
'';
cargoHash = "...";
nativeBuildInputs = [
pkg-config