recursive_recursion [they/them]@programming.dev to Nix / NixOS@programming.devEnglish · 8 months ago
recursive_recursion [they/them]@programming.dev to Nix / NixOS@programming.devEnglish · 8 months ago
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 must log in or register to comment.
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.
I don’t have a link handy but I’ve seen it done before.