Fix Cargo.lock not being used

This commit is contained in:
ewuuwe
2023-12-09 16:43:34 +01:00
parent 2889423213
commit 5d26d7dce8
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -2265,4 +2265,4 @@ dependencies = [
"proc-macro2",
"quote",
"syn 2.0.38",
]
]
@@ -29,9 +29,8 @@ stdenv.mkDerivation rec {
hash = "sha256-OVz1vsmOtH/5sEuyl2BfDqG2/9D1HGtHA0FtPntKQT0=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
hash = "sha256-SkCEA9CKqzy0wSIUj0DG6asIysD7G9i3nJ9jwhwAUqY=";
cargoDeps = rustPlatform.importCargoLock {
lockFile = ./Cargo.lock;
};
nativeBuildInputs = [