I update packages using: nix profile upgrade ‘.*’ (flakes)
how do I?
- do a dry-run to see what packages will be updated
- see what packages are being updated.
With nix-env I can do: nix-env --upgrade --dry-run
Thanks in advance.
Murray
I update packages using: nix profile upgrade ‘.*’ (flakes)
how do I?
Thanks in advance.
Murray
nix profile history
is related. Otherwise I don’t know of a way.
Thanks.
‘nix profile history’ - solves my problem of what has been updated.
Looks like there is no way to do a dry run.
Thanks again
Murray
I see an open issue containing that: Add --dry-run to all the new nix commands · Issue #7227 · NixOS/nix · GitHub
Thanks for mentioning my feature request. I’ve updated it to mention nix profile upgrade
explicitly too.