diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-04-05 20:57:01 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-04-05 23:58:08 +0900 |
| commit | a69273ab2a7040ba906876e6d7888b4edeb74ebc (patch) | |
| tree | 0379e49590110d6f4505e0de1671506a46da47b7 /package.nix | |
| parent | 4cd0f57e48c94e7f628446d050027165fdd9e315 (diff) | |
cmd/dist: replace dist/release.sh
This is much more robust than a shell script.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'package.nix')
| -rw-r--r-- | package.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.nix b/package.nix index 32a2a884..bde2f0c9 100644 --- a/package.nix +++ b/package.nix @@ -116,7 +116,7 @@ buildGo126Module rec { ]; in '' - install -D --target-directory=$out/share/zsh/site-functions dist/comp/* + install -D --target-directory=$out/share/zsh/site-functions cmd/dist/comp/* mkdir "$out/libexec" mv "$out"/bin/* "$out/libexec/" |
