aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 8e12969..1d741f7 100644
--- a/flake.nix
+++ b/flake.nix
@@ -55,11 +55,11 @@
src = ./.;
buildInputs = devPackages;
buildPhase = ''
- dune build --profile-release
+ dune build --profile-release
'';
installPhase = ''
- cp _build/install/default/bin/stitch $out
+ cp _build/install/default/bin/stitch/bin/stitch $out
'';
};