feat(nix): expose skill for project delivery
All checks were successful
CI / test (22) (pull_request) Successful in 54s
CI / test (true, 24) (pull_request) Successful in 1m5s
CI / flake (pull_request) Successful in 3s
CI / test (22) (push) Successful in 49s
CI / test (true, 24) (push) Successful in 1m5s
CI / flake (push) Successful in 3s
All checks were successful
CI / test (22) (pull_request) Successful in 54s
CI / test (true, 24) (pull_request) Successful in 1m5s
CI / flake (pull_request) Successful in 3s
CI / test (22) (push) Successful in 49s
CI / test (true, 24) (push) Successful in 1m5s
CI / flake (push) Successful in 3s
This commit was merged in pull request #57.
This commit is contained in:
@@ -179,9 +179,10 @@ buildNpmPackage (finalAttrs: {
|
||||
# different majors.
|
||||
inherit nodejs;
|
||||
|
||||
# The bundled Agent Skill's directory, for a configuration that installs it
|
||||
# declaratively. A directory rather than the SKILL.md inside it, so a Skill
|
||||
# that grows helper files stays one reference.
|
||||
# The bundled Agent Skill's directory, for a configuration that packages it
|
||||
# into an agent-agnostic project-local delivery mechanism. A directory rather
|
||||
# than the SKILL.md inside it, so a Skill that grows helper files stays one
|
||||
# reference.
|
||||
skill = "${finalAttrs.finalPackage}/${skillSubdir}";
|
||||
|
||||
# The SessionStart hook entry, verbatim as it belongs in a Claude Code
|
||||
|
||||
Reference in New Issue
Block a user