@YvanDaSilva@hachyderm.io
Is there any nice tool that lists all the software that is going to be updated when you run nix flake update ?
#nix #nixos #tool
@anselmschueler@ieji.de
@YvanDaSilva@hachyderm.io
you can commit the update and then run
nix store diff-closures --derivation git+file://<path to your config flake>?rev=<full commit hash before update>#nixosConfigurations.<hostname>.config.system.build.toplevel git+file://<path to your config flake>?rev=<full commit hash after update>#nixosConfigurations.<hostname>.config.system.build.toplevel