From 1ccaf20eb4a0754576aa39198d706abd88886fd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20M=C3=BChl?= Date: Thu, 9 Apr 2026 22:04:41 +0200 Subject: [PATCH] docs: fix remote URL and add flake usage to README Co-Authored-By: Claude Opus 4.6 --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68df053..555af1e 100644 --- a/README.md +++ b/README.md @@ -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`