worktrunk: copy skills

This commit is contained in:
Zexin Yuan
2026-07-01 09:50:24 +08:00
parent 976e90ddc5
commit be458e56e8
+4
View File
@@ -41,6 +41,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
--fish <($out/bin/wt config shell completions fish) \
--nushell <($out/bin/wt config shell completions nu) \
--zsh <($out/bin/wt config shell completions zsh)
# -L dereferences symlinks (e.g. skills/worktrunk/reference/README.md repo
# root), so no dangling symlinks end up in $out.
cp -RL ${finalAttrs.src}/skills $out/
'';
nativeCheckInputs = [ gitMinimal ];