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

  • @[email protected]
    link
    fedilink
    English
    5
    edit-2
    3 months ago

    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.