just realized that one thing that NixOS could use is an update changelog of what packages were updated after running sudo nixos-rebuild switch --upgrade
tbh maybe there’s a verbose option that I haven’t discovered yet
You are viewing a single thread.
View all comments 0 points
*
That would be great. What I found when I looked for this was.
nvd diff $(ls -d1v /nix/var/nix/profiles/system-*-link|tail -n 2)
No idea how it works but it seems to. I just do “nix shell -p nvd” then run that.