grub module: optionSet -> submodule
This commit is contained in:
parent
03ee88f666
commit
55e437806a
@ -131,8 +131,7 @@ in
|
|||||||
to the respective devices corresponding to those partitions.
|
to the respective devices corresponding to those partitions.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
type = types.listOf types.optionSet;
|
type = with types; listOf (submodule {
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
|
|
||||||
path = mkOption {
|
path = mkOption {
|
||||||
@ -176,6 +175,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
configurationName = mkOption {
|
configurationName = mkOption {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user