[Nix-dev] Suspending nixos-rebuild

William Casarin bill at casarin.me
Fri Mar 27 19:25:50 CET 2015


> What is the proper way to suspend a nixos-rebuild?

I've done this in the past: `pkill -STOP -u nixbuild1` to stop and
`pkill -CONT -u nixbuild1,` to resume the builders. Not sure if
there's an easier way though.


More information about the nix-dev mailing list