nixide/.claude/settings.local.json

12 lines
246 B
JSON
Raw Normal View History

{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"permissions": {
"allow": [
"Bash(nix flake check:*)",
"Bash(git grep:*)",
"Bash(git cherry-pick:*)",
"Bash(sed:*)"
],
"deny": []
}
}