swap: require gnugrep

This commit is contained in:
lassulus 2022-12-12 00:12:21 +01:00
parent 12cda24899
commit 935feb7496

View File

@ -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 ];
};
};
});