From a40d599e558c2959d9d16a6639512b1764cac30c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Sun, 3 May 2020 21:10:12 +0200 Subject: [PATCH] fix broken nix-update-clojure by always using GNU grep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- nix/shells.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nix/shells.nix b/nix/shells.nix index 9df897ff8f..707ce48e96 100644 --- a/nix/shells.nix +++ b/nix/shells.nix @@ -18,7 +18,8 @@ let buildInputs = with pkgs; lib.unique ([ # core utilities that should always be present in a shell - bash curl wget file unzip flock git gnumake jq ncurses + bash curl wget file unzip flock + git gnumake jq ncurses gnugrep # build specific utilities clojure maven watchman # other nice to have stuff