I use
sudo nixos-rebuild switch --flake .#
and
nix build .#homeConfigurations.user.activationPackage
./result/activate
to update my system. Is there a way to see which packages are going to be updated before I run these commands, or a way to see which packages were updated after the fact?