the universal sandbox runtime for agents and humans. pocketenv.io
sandbox openclaw agent claude-code vercel-sandbox deno-sandbox cloudflare-sandbox atproto sprites daytona
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

Pass -f to jetify devbox installer in Dockerfile

+1 -1
+1 -1
apps/cf-sandbox/deploy/nix/Dockerfile
··· 10 10 --no-confirm 11 11 ENV PATH="${PATH}:/nix/var/nix/profiles/default/bin" 12 12 13 - RUN curl -fsSL https://get.jetify.com/devbox | bash 13 + RUN curl -fsSL https://get.jetify.com/devbox | bash -s -- -f 14 14 15 15 RUN echo 'extra-trusted-substituters = https://cache.flox.dev' >> /etc/nix/nix.custom.conf \ 16 16 && echo 'extra-trusted-public-keys = flox-cache-public-1:7F4OyH7ZCnFhcze3fJdfyXYLQw/aV7GEed86nQ7IsOs=' >> /etc/nix/nix.custom.conf