fix broken nix-update-clojure by always using GNU grep

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-05-03 21:10:12 +02:00
parent 8b1fbe228d
commit a40d599e55
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 1 deletions

View File

@ -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