stitch

Note taking for messy minimalists

git clone git://mccd.space/stitch
commit 0d4bb4e90d9fa282a20e1c49ded954421d152b43
parent ba87d19e10f0b0b960ce68742bbfa55f4e752055
Author: Marc Coquand <marc@mccd.space>
Date:   Thu, 16 May 2024 14:46:33 -0500

update flake.nix

Diffstat:
Mflake.nix | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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
           '';
         };