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.

Bump flake version to 0.6.3 and update hashes

+5 -5
+5 -5
flake.nix
··· 17 17 pkgs = import nixpkgs { inherit system; }; 18 18 lib = pkgs.lib; 19 19 20 - version = "0.6.2"; 20 + version = "0.6.3"; 21 21 22 22 targetMap = { 23 23 "x86_64-linux" = "x86_64-unknown-linux-gnu"; ··· 27 27 }; 28 28 29 29 hashMap = { 30 - "x86_64-linux" = "sha256-srkt/TH4SyCKsiA15H5D/9eK0qsgTvYCesbQ2f2xAu0="; 31 - "aarch64-linux" = "sha256-eHkO9KYmkLiwlogbzGbyDDhnckjqNiZM0TvGDRv28YM="; 32 - "x86_64-darwin" = "sha256-YmDs9wBxJ+qd/68ltnDE/5O7qgsENxdzBK+9I9cHOQE="; 33 - "aarch64-darwin" = "sha256-MBjfEwRCcIbn1Rwfh2NkEI4F+xPCGzuc3nqzi1ELn+E="; 30 + "x86_64-linux" = "sha256-GZP8rCArmqNelA0reMJORpfdu+7rgwwZ+w0hETA+M30="; 31 + "aarch64-linux" = "sha256-fT8pzkI/2IzGOC+7L1WgJ+FhtK1jGkv+VAbpogysW2c="; 32 + "x86_64-darwin" = "sha256-HkBlWs3jpVhaol6HbBJzvWeaAEq1QaoED1k6DtRs+AM="; 33 + "aarch64-darwin" = "sha256-j5j57O3lkcmQfLlAD1B0A4/VHf0/OCKOtnHxjSYQLvA="; 34 34 }; 35 35 36 36 target = targetMap.${system};