stitch
Note taking for messy minimalists
git clone git://mccd.space/stitchcommit efe45feea10551feda95d647dccecd973cfe5320
parent 970960a0593a0fca7545b8c41fe380151f675570
Author: Marc Coquand <marc@mccd.space>
Date: Thu, 16 May 2024 14:48:58 -0500
test
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/flake.nix b/flake.nix
@@ -55,11 +55,12 @@
src = ./.;
buildInputs = devPackages;
buildPhase = ''
- dune build --profile-release
+ dune build --profile release
'';
installPhase = ''
- cp _build/install/default/bin/stitch/bin/stitch $out
+ echo "building to $out"
+ cp _build/install/default/bin/stitch/ $out
'';
};