aboutsummaryrefslogtreecommitdiffstats
path: root/shell.nix
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2023-09-06 11:39:45 +0200
committerLibravatar Alexander Foremny <aforemny@posteo.de>2023-09-06 11:40:02 +0200
commit3571f0454f3c9c06c3ac2ef321dae03775daaf16 (patch)
treecf70566f0f6c3bb5530f74c28c2db79a68c6051b /shell.nix
parent62df7214a1b6602bec3e355a0729de2968db6504 (diff)
add gnugrep as dependency
This had been an oversight of 17f8148945bf5d636eb0ab2b90e3f0d1c57ecf3f.
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index 01d1ca8..a85e845 100644
--- a/shell.nix
+++ b/shell.nix
@@ -10,6 +10,7 @@ pkgs.mkShell {
pkgs.findutils
pkgs.gawk
pkgs.git
+ pkgs.gnugrep
pkgs.gnused
pkgs.jq
pkgs.ncurses