Add Claude settings and cached GitHub actions
This commit is contained in:
12
nixos/.claude/settings.local.json
Normal file
12
nixos/.claude/settings.local.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/claude-code-settings.json",
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(nix eval:*)",
|
||||
"Bash(just switch)",
|
||||
"WebFetch(domain:github.com)",
|
||||
"Bash(nix log:*)"
|
||||
],
|
||||
"deny": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user