From 6f02f743e3d48e37bcf47f35a70d34e589e5cc3f Mon Sep 17 00:00:00 2001 From: midchildan Date: Mon, 15 Apr 2024 01:03:08 +0900 Subject: [PATCH] improvement(update): add grep to PATH --- nix/apps/update.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/apps/update.nix b/nix/apps/update.nix index c54cd966..089342a6 100644 --- a/nix/apps/update.nix +++ b/nix/apps/update.nix @@ -29,6 +29,7 @@ , curl , gawk , git +, gnugrep , gnused , jq , nix @@ -103,6 +104,7 @@ let curl gawk git + gnugrep gnused jq nix