feat: add nix-tree to common packages

This commit is contained in:
matt1432 2025-03-27 09:43:06 -04:00
parent 1c6a26c20e
commit 40eca83dba

View file

@ -99,6 +99,7 @@ in {
killall
nix-output-monitor
nix-melt
nix-tree
progress
tree
gnugrep
@ -114,7 +115,6 @@ in {
tzdata
;
# TODO: `depOf` program that looks through `nix derivation show -r /run/current-system`
listDerivs = pkgs.writeShellApplication {
name = "listDerivs";
text = ''