From 7285670146450a8486f493f1782cab2648d07574 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Fri, 6 Mar 2026 13:48:58 -0500 Subject: [PATCH] readme: Remove missing link --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 571e580..286b3bc 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ See [examples/claude-sandboxed](./examples/claude-sandboxed/flake.nix) for a com Try it: ```sh -nix run github:srid/sandnix?dir=examples/claude-sandboxed +nix run 'github:srid/sandnix?dir=examples/claude-sandboxed' ``` ## Features @@ -122,8 +122,6 @@ GPL-3.0 ## Similar projects -From [the original announcement post](https://x.com/sridca/status/1976791931431927899): - - [nixpak](https://github.com/nixpak/nixpak): a fancy declarative wrapper around bubblewrap. - [jail.nix](https://sr.ht/~alexdavid/jail.nix/): helper to make it easy and ergonomic to wrap your derivations in bubblewrap.