worktrunk: copy skills (#532939)

This commit is contained in:
Peder Bergebakken Sundt
2026-07-10 16:52:25 +00:00
committed by GitHub
+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 ];