docs: fix remote URL and add flake usage to README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
7430e9d64c
commit
1ccaf20eb4
1 changed files with 4 additions and 2 deletions
|
|
@ -7,17 +7,19 @@ SSH keys, GPG/age secrets, cloud tokens, and Tailscale state stay completely inv
|
||||||
## Quick start
|
## Quick start
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix run github:toph/claudebox
|
nix run git+https://git.toph.so/toph/claudebox
|
||||||
```
|
```
|
||||||
|
|
||||||
Or add to your flake:
|
Or add to your flake:
|
||||||
|
|
||||||
```nix
|
```nix
|
||||||
{
|
{
|
||||||
inputs.claudebox.url = "github:toph/claudebox";
|
inputs.claudebox.url = "git+https://git.toph.so/toph/claudebox";
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Then add `inputs.claudebox.packages.${system}.default` to your `environment.systemPackages` or home-manager packages.
|
||||||
|
|
||||||
## What it does
|
## What it does
|
||||||
|
|
||||||
- Starts Claude Code inside a bwrap namespace with `--clearenv`
|
- Starts Claude Code inside a bwrap namespace with `--clearenv`
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue