refact: Move dev-only dependencies into separate lock file

(cherry picked from commit ddf306bb9564a43fb42ab4321b390e766254f1c4)
This commit is contained in:
Robert Hensing 2024-08-29 16:58:18 +02:00
parent 271cf09450
commit 7918175c24
6 changed files with 188 additions and 153 deletions

View file

@ -0,0 +1,12 @@
{
"$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": []
}
}