nixide/.claude/settings.local.json
Robert Hensing 7918175c24 refact: Move dev-only dependencies into separate lock file
(cherry picked from commit ddf306bb9564a43fb42ab4321b390e766254f1c4)
2025-10-04 02:31:16 +02:00

12 lines
No EOL
246 B
JSON

{
"$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": []
}
}