aboutsummaryrefslogtreecommitdiffstats
path: root/shell.nix
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2023-09-06 10:56:47 +0200
committerLibravatar Alexander Foremny <aforemny@posteo.de>2023-09-06 10:56:47 +0200
commitea5ff5547b365964ff2c0215caa3a2a020b6d7ed (patch)
tree53610ecec75307037c0cea08334c8f0ac134a0e1 /shell.nix
parent14c7cdfdd63371e2cb154fcd41e97f9c3b459337 (diff)
update shell dependencies
Diffstat (limited to 'shell.nix')
-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
];
}