feat(nix): add nix-tree

This commit is contained in:
Felix Schröter 2025-07-21 13:25:24 +02:00
parent 526527f5dc
commit 6b59e71417
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -54,4 +54,8 @@ in
''
nix flake update ${inputsToUpdateStr} --flake ${config.system.autoUpgrade.flake}
'';
environment.systemPackages = with pkgs; [
unstable.nix-tree
];
}