aboutsummaryrefslogtreecommitdiff
path: root/evaluators.nix
diff options
context:
space:
mode:
Diffstat (limited to 'evaluators.nix')
-rw-r--r--evaluators.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/evaluators.nix b/evaluators.nix
index 1e29c33..249c035 100644
--- a/evaluators.nix
+++ b/evaluators.nix
@@ -242,7 +242,9 @@ let
name = "bash";
aliases = [ "shell" "sh" ];
mem = 60;
- storeDrives.bash = [ bash coreutils gnused gnugrep gawk file bsdgames ];
+ storeDrives.bash = [
+ bash coreutils gnused gnugrep gawk file bsdgames tree
+ ];
command = ''
bash "$1"