grub module: optionSet -> submodule

This commit is contained in:
Eric Sagnes 2016-09-11 18:51:48 +09:00
parent 03ee88f666
commit 55e437806a

View File

@ -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 {