aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-05-16 14:47:41 -0500
committerMarc Coquand <marc@mccd.space>2024-05-16 14:47:41 -0500
commit970960a0593a0fca7545b8c41fe380151f675570 (patch)
treef62404928a0d1b62c70691bb2cdec89624b2968e /flake.nix
parent8dd0cf0dc7fb67617c9b8db90bddae6179ebe526 (diff)
downloadstitch-970960a0593a0fca7545b8c41fe380151f675570.tar.gz
stitch-970960a0593a0fca7545b8c41fe380151f675570.tar.bz2
stitch-970960a0593a0fca7545b8c41fe380151f675570.zip
and again
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index f56d92b..1d741f7 100644
--- a/flake.nix
+++ b/flake.nix
@@ -59,6 +59,7 @@
'';
installPhase = ''
+ cp _build/install/default/bin/stitch/bin/stitch $out
'';
};