mirror of
https://github.com/block/goose.git
synced 2026-04-28 03:29:36 +00:00
Fix nix flake double copy (#4976)
Signed-off-by: Frede Braendstrup <frederikbraendstrup@gmail.com>
This commit is contained in:
parent
de9d95b85e
commit
a741a42ea4
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@
|
|||
defaultPackage = pkgs.rustPlatform.buildRustPackage {
|
||||
pname = cargoToml.package.name;
|
||||
version = workspaceToml.workspace.package.version;
|
||||
src = ./.;
|
||||
src = self;
|
||||
|
||||
cargoLock = {
|
||||
lockFile = ./Cargo.lock;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue