From 24578c65ab16d5ed72363e316fb59962717dd996 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Thu, 6 Apr 2023 14:47:59 +0200 Subject: [PATCH] Add path to build command --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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