luwen: Fix lockfile name

This commit is contained in:
Artturin 2024-10-01 21:47:40 +03:00
parent 3479ca9d83
commit 90da50ff9f

View file

@ -13,10 +13,10 @@
};
postPatch = ''
ln -s ${./Cargo.lock} Cargo.lock
ln -s ${./Cargo_0_2.lock} Cargo.lock
'';
cargoLock.lockFile = ./Cargo.lock;
cargoLock.lockFile = ./Cargo_0_2.lock;
cargoHash = "";
};