From 2c3ac155d5f03bfa1c4e80a294573d953e174a16 Mon Sep 17 00:00:00 2001 From: hyperbel Date: Tue, 3 Jan 2023 16:42:26 +0100 Subject: [PATCH] add tree utility to nix shell --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 3bd2217..c9f813e 100644 --- a/shell.nix +++ b/shell.nix @@ -12,5 +12,6 @@ pkgs.mkShell { pkgs.vim pkgs.sqlite pkgs.tmux + pkgs.tree ]; }