diff options
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 ''; }; }); |
