Update nixpkgs versions and add Kilo Code settings
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 30s
Python Lint Check / check-python (push) Has been cancelled
Nix Format Check / check-format (push) Has been cancelled

Signed-off-by: Menno van Leeuwen <menno@vleeuwen.me>
This commit is contained in:
2025-08-13 13:25:51 +02:00
parent e274ae7ae1
commit bbaa297c6b
2 changed files with 16 additions and 7 deletions

View File

@@ -87,5 +87,14 @@
"git show"
],
"roo-cline.deniedCommands": [],
"dart.flutterSdkPath": "/home/menno/.flutter/flutter"
"dart.flutterSdkPath": "/home/menno/.flutter/flutter",
"kilo-code.allowedCommands": [
"npm test",
"npm install",
"tsc",
"git log",
"git diff",
"git show"
],
"kilo-code.deniedCommands": []
}