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

  • Unmapped@lemmy.ml
    cake
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    6 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.