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:
Christopher Mühl 2026-04-09 22:04:41 +02:00
parent 7430e9d64c
commit 1ccaf20eb4
No known key found for this signature in database
GPG key ID: 925AC7D69955293F

View file

@ -7,17 +7,19 @@ SSH keys, GPG/age secrets, cloud tokens, and Tailscale state stay completely inv
## Quick start
```bash
nix run github:toph/claudebox
nix run git+https://git.toph.so/toph/claudebox
```
Or add to your flake:
```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
- Starts Claude Code inside a bwrap namespace with `--clearenv`