From 4a1b1652981cade68376652ab49591d9b735c719 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Thu, 6 Apr 2023 11:36:50 +0200 Subject: [PATCH] Update build command --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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