aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-05-16 14:46:33 -0500
committerMarc Coquand <marc@mccd.space>2024-05-16 14:46:33 -0500
commit0d4bb4e90d9fa282a20e1c49ded954421d152b43 (patch)
treef62404928a0d1b62c70691bb2cdec89624b2968e
parentba87d19e10f0b0b960ce68742bbfa55f4e752055 (diff)
downloadstitch-0d4bb4e90d9fa282a20e1c49ded954421d152b43.tar.gz
stitch-0d4bb4e90d9fa282a20e1c49ded954421d152b43.tar.bz2
stitch-0d4bb4e90d9fa282a20e1c49ded954421d152b43.zip
update flake.nix
-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
'';
};