diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-09-06 11:39:45 +0200 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-09-06 11:40:02 +0200 |
commit | 3571f0454f3c9c06c3ac2ef321dae03775daaf16 (patch) | |
tree | cf70566f0f6c3bb5530f74c28c2db79a68c6051b | |
parent | 62df7214a1b6602bec3e355a0729de2968db6504 (diff) |
add gnugrep as dependency
This had been an oversight of 17f8148945bf5d636eb0ab2b90e3f0d1c57ecf3f.
-rw-r--r-- | anissue.nix | 2 | ||||
-rw-r--r-- | shell.nix | 1 |
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 @@ -10,6 +10,7 @@ pkgs.mkShell { pkgs.findutils pkgs.gawk pkgs.git + pkgs.gnugrep pkgs.gnused pkgs.jq pkgs.ncurses |