aboutsummaryrefslogtreecommitdiffstats
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
parent62df7214a1b6602bec3e355a0729de2968db6504 (diff)
add gnugrep as dependency
This had been an oversight of 17f8148945bf5d636eb0ab2b90e3f0d1c57ecf3f.
-rw-r--r--anissue.nix2
-rw-r--r--shell.nix1
2 files changed, 3 insertions, 0 deletions
diff --git a/anissue.nix b/anissue.nix
index db208c5..e0c3496 100644
--- a/anissue.nix
+++ b/anissue.nix
@@ -3,6 +3,7 @@
, findutils
, gawk
, git
+, gnugrep
, gnused
, jq
, lib
@@ -27,6 +28,7 @@ stdenv.mkDerivation {
findutils
gawk
git
+ gnugrep
gnused
jq
ncurses
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