diff options
| author | spl3g <speefer6@yandex.ru> | 2025-09-17 19:02:00 +0300 |
|---|---|---|
| committer | spl3g <speefer6@yandex.ru> | 2025-09-17 19:02:00 +0300 |
| commit | 92f0a98cb99fe9eef7ace8945298635f84d1d0f3 (patch) | |
| tree | 52232cd66a28333405fb7f80ccf214abdec096b1 /flake.nix | |
| parent | 234445b15e2eff15a219060cffb1243556f675bf (diff) | |
Fix the output path
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ''; }; }); |
