diff --git a/flake.nix b/flake.nix index 1d5a825..4f31634 100644 --- a/flake.nix +++ b/flake.nix @@ -44,7 +44,7 @@ buildPhase = '' export PATH="${pkgs.lib.makeBinPath buildInputs}"; python -m pytest tests - pyinstaller -F todoist_interface/__main__.py -n todoist_interface + pyinstaller -F todoist_interface/__main__.py -n todoist_interface --path=todoist_interface/ ''; installPhase = '' mkdir -p $out