iced-template: avoid duplicating Cargo.lock in nix store
This commit is contained in:
parent
459eac3fff
commit
4d21ca0e6f
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@
|
|||
commonArgs
|
||||
// {
|
||||
inherit name;
|
||||
cargoLock.lockFile = ./Cargo.lock;
|
||||
cargoLock.lockFile = "${commonArgs.src}/Cargo.lock";
|
||||
|
||||
nativeBuildInputs = commonArgs.nativeBuildInputs ++ [
|
||||
pkgs.autoPatchelfHook
|
||||
|
|
|
|||
Loading…
Reference in a new issue