As far as I have observed so far in my (very novice) experience with NixOS, when running $ sudo nixos-rebuild switch
, sometimes there is progressive output informing me about what the package manager is doing, but it is usually fairly sparse and non-specific. It’s mostly just a black box when I compare it to my experience with other Linux distros such as pacman or portage.
How do I tell NixOS to be more explicit about what state the package manager is in whether it is:
- downloading packages,
- installing packages, and/or
- building packages from source?