fix(pi): correct guardrails enable option string
Some checks failed
Update Nix Packages with nix-update / nix-update (push) Failing after 34m23s
Some checks failed
Update Nix Packages with nix-update / nix-update (push) Failing after 34m23s
This commit is contained in:
@@ -209,8 +209,8 @@
|
||||
options = {
|
||||
enable =
|
||||
mkEnableOption
|
||||
"Generate ~/.pi/agent/extensions/guardrails.json for pi-guardrails. "
|
||||
+ "Adds @aliou/pi-guardrails to packages automatically.";
|
||||
("Generate ~/.pi/agent/extensions/guardrails.json for pi-guardrails. "
|
||||
+ "Adds @aliou/pi-guardrails to packages automatically.");
|
||||
|
||||
config = mkOption {
|
||||
type = types.attrsOf types.anything;
|
||||
|
||||
Reference in New Issue
Block a user