Thanks for this indeed. More (good) tooling is always nice.
I admit I still use nox-review quite often and should be using nix-review more in the near future.
But sometimes I testbuild a PR on a different machine where I donβt necessarily have dev tools installed and a fresh checkout of nixpkgs. So I grew fond of nox-review pr XXXXX doing everything for me.
EDIT: aaaand Iβm just now discovering that I can in fact do the same thing with nix-review >;<
TIL.
I could add a home-manager style of bootstrapping nix-review. At the moment it still depends on a nixpkgs checkout too. Personally I switched to remote builders to start builds my laptop but not overheat it with builds, but this requires a good uplink at times.
There is nox-review wip aquivalent yet, that works on uncommited changes. The closest is nix-review rev HEAD that compares the current commit with nixos master. To be faster then nox-review also some sort of cache would be nice to not evaluate the same commit twice, when trying a rebuild.
I added zsh completion to nix-review in nix-zsh-completions. Will complete -p pac<tab> and git branches in addition to giving options and descriptions.