summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--types.nix2
1 files changed, 1 insertions, 1 deletions
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 ];
};
};
});