mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-12 08:00:05 +01: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;
|
internal = true;
|
||||||
readOnly = true;
|
readOnly = true;
|
||||||
type = types.functionTo (types.listOf types.package);
|
type = types.functionTo (types.listOf types.package);
|
||||||
default = pkgs: [ pkgs.util-linux ];
|
default = pkgs: [ pkgs.gnugrep pkgs.util-linux ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue