mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-12 12:01:08 +01:00
Manually wrap program to maintain options called from cli. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
3 lines
232 B
Bash
3 lines
232 B
Bash
#!/nix/store/00000000000000000000000000000000-bash/bin/bash
|
|
exec "/nix/store/00000000000000000000000000000000-claude-code/bin/claude-code" "$@" --mcp-config "/nix/store/00000000000000000000000000000000-claude-code-mcp-config.json"
|
|
|