aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell.nix10
1 files changed, 8 insertions, 2 deletions
diff --git a/shell.nix b/shell.nix
index bc1dc79..01d1ca8 100644
--- a/shell.nix
+++ b/shell.nix
@@ -6,7 +6,13 @@
pkgs.mkShell {
buildInputs = [
- pkgs.tree-sitter
- pkgs.elmPackages.elm-format
+ pkgs.coreutils
+ pkgs.findutils
+ pkgs.gawk
+ pkgs.git
+ pkgs.gnused
+ pkgs.jq
+ pkgs.ncurses
+ pkgs.tree-grepper
];
}