stitch
Note taking for messy minimalists
git clone git://mccd.space/stitch| Log | Files | Refs | README | LICENSE | Mail |
commit 970960a0593a0fca7545b8c41fe380151f675570 parent 8dd0cf0dc7fb67617c9b8db90bddae6179ebe526 Author: Marc Coquand <marc@mccd.space> Date: Thu, 16 May 2024 14:47:41 -0500 and again Diffstat:
| M | flake.nix | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/flake.nix b/flake.nix
@@ -59,6 +59,7 @@
'';
installPhase = ''
+ cp _build/install/default/bin/stitch/bin/stitch $out
'';
};