aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorspl3g <speefer6@yandex.ru>2025-09-17 19:02:00 +0300
committerspl3g <speefer6@yandex.ru>2025-09-17 19:02:00 +0300
commit92f0a98cb99fe9eef7ace8945298635f84d1d0f3 (patch)
tree52232cd66a28333405fb7f80ccf214abdec096b1 /flake.nix
parent234445b15e2eff15a219060cffb1243556f675bf (diff)
Fix the output path
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 9c91174..2ac55b1 100644
--- a/flake.nix
+++ b/flake.nix
@@ -51,8 +51,8 @@
'';
installPhase = ''
- mkdir -p $out/usr/bin
- cp ./build/crynth $out/usr/bin
+ mkdir -p $out/bin
+ cp ./build/crynth $out/bin
'';
};
});