[BREAKGLASS] Append-only mirror of github.com/openclaw/nix-steipete-tools
| nix/pkgs | ||
| tools/summarize | ||
| flake.lock | ||
| flake.nix | ||
| garnix.yaml | ||
| README.md | ||
| result | ||
nix-stepiete-tools
Nix packaging for Peter Steinberger's tools, with per-tool clawdbot plugins.
Darwin-only for now (aarch64-darwin).
Usage (clawdbot plugins)
Each tool is a subflake under tools/<tool> and exposes clawdbotPlugin.
Example (summarize):
plugins = [
{ source = "github:clawdbot/nix-stepiete-tools?dir=tools/summarize"; }
];
Packages (root flake)
You can also import packages directly from the root flake:
inputs.nix-stepiete-tools.packages.${pkgs.system}.summarize