mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
swap: require gnugrep
This commit is contained in:
parent
12cda24899
commit
935feb7496
1 changed files with 1 additions and 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 ];
|
||||
};
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue