- remove macOS-era `sudo mkdir /Users/rathi/...` shim steps from flake-check
and nix-format (Linux runner, paths don't exist, gitea-runner has no sudo)
- deploy-netty now runs `sudo nixos-rebuild switch --flake .#netty` directly
on the runner (it *is* netty), no SSH, no `just switch-netty`
- grant gitea-runner NOPASSWD sudo for nixos-rebuild only
- apply current nixfmt to home/scripts.nix, hermes-gateway.nix, devshells.nix
Made-with: Cursor
Add netty-specific worktree helper commands and a zsh wrapper that creates sibling worktrees and cds into them.
Also split script packaging so Darwin keeps the existing wt integration while netty gets git-worktree-based helpers.
Co-authored-by: Codex <noreply@openai.com>