diff --git a/flake.nix b/flake.nix index 3864808..8c70ed5 100644 --- a/flake.nix +++ b/flake.nix @@ -47,7 +47,7 @@ ''; installPhase = '' mkdir -p $out - cp /build/source/dist/todoist_interface "$out/todoist_interface" + cp dist/todoist_interface "$out/todoist_interface" ''; }; in