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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yeah, its not really well documented or ergonomic, but diff-closures can do this:
https://nixos.org/manual/nix/unstable/command-ref/new-cli/nix3-profile-diff-closures.html
I have
"nix profile diff-closures --profile /nix/var/nix/profiles/system | less"
aliased todiffboot
in my home-manager config so I can see what new packages have been installed.Example output:
this works great🌻
thank you!
So cool, thanks!