this post was submitted on 13 Mar 2024
17 points (100.0% liked)

Nix / NixOS

1765 readers
8 users here now

Main links

Videos

founded 1 year ago
MODERATORS
 

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 comment's thread
view the rest of the comments
[–] Unmapped@lemmy.ml 4 points 8 months ago* (last edited 7 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.