I am running nixos 21.05 for a few weeks on my laptop now, and I should probably update it, to get security updates. (Side question: Do people here generally get their browser security updates through nixpkgs updates, or are they installing browsers in a way that they auto-date, which may be faster?)
but that would just dump me in a new system, with no good indication what has changed.
When I was using Debian, I could use apt-show-changes to get a summary of which packages have changed, and sometimes even skim through a mildly useful changelog.
Is there a way to achieve something similar with nixos?
My currently best bet is to run nixos-rebuild build and nixos rebuild build -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/release-21.05.tar.gz, find the /nix/store/ycv9kzl2bvxg21iwysrpinhrb7f3lj7k-nixos-system-riviera-21.05pre-git.drv derivation name of both and pass them to nix-diff, but that is very verbose.
But I admit I can’t fully articulate what I would like to see. Maybe simply a list of version number changes of the packages directly listed in environment.systemPackages would be a start.