mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-07 08:37:34 +08:00
claude: --dangerously-skip-permissions
This commit is contained in:
parent
0c6a50ebe1
commit
20c14641cf
1 changed files with 3 additions and 1 deletions
|
|
@ -31,7 +31,6 @@ in
|
|||
# AI
|
||||
gemini-cli
|
||||
google-cloud-sdk
|
||||
claude-code
|
||||
inputs.vertex.packages.${pkgs.system}.default
|
||||
|
||||
# Publishing
|
||||
|
|
@ -66,6 +65,9 @@ in
|
|||
lg = "lazygit";
|
||||
l = "ls";
|
||||
beep = "say 'beep'";
|
||||
|
||||
# Until https://github.com/anthropics/claude-code/issues/2564
|
||||
claude = "vertex-claude --dangerously-skip-permissions";
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue