Review a pull request by booting it
A new Nix workflow lets reviewers boot a cached pull request build directly in a browser, without cloning, SSH, Docker, or a hosted VM. The GitHub Action links already-built /nix/store paths from Cachix to a browser Linux runtime; it is intentionally a thin bridge rather than another CI builder. The important caveat is security: fork PRs need careful checkout and an isolated cache, and large binaries still take 1–2 minutes to start.
Lobsters discussion was small, with three comments; the thread focused on the workflow’s practical promise and its security/performance trade-offs.