diff options
-rw-r--r-- | types.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -675,7 +675,7 @@ rec { internal = true; readOnly = true; type = types.functionTo (types.listOf types.package); - default = pkgs: [ pkgs.util-linux ]; + default = pkgs: [ pkgs.gnugrep pkgs.util-linux ]; }; }; }); |