add tree utility to nix shell

This commit is contained in:
hyperbel 2023-01-03 16:42:26 +01:00
parent 038b594288
commit 2c3ac155d5

View File

@ -12,5 +12,6 @@ pkgs.mkShell {
pkgs.vim
pkgs.sqlite
pkgs.tmux
pkgs.tree
];
}