Add skill to pi agent

This commit is contained in:
Tobias Ostner 2026-07-01 19:50:30 +02:00
parent 34ee4d0fcc
commit 50ec2450e4
2 changed files with 8 additions and 0 deletions

View file

@ -24,6 +24,11 @@
hermes-agent.url = "github:NousResearch/hermes-agent";
anthropic-skills = {
url = "github:anthropics/skills";
flake = false;
};
emacsConfig = {
url = "path:./flakes/emacs";
inputs.nixpkgs.follows = "nixpkgs";