diff --git a/types.nix b/types.nix index fa6bc44..a82e0f8 100644 --- a/types.nix +++ b/types.nix @@ -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 ]; }; }; });