forked from mirrors/nixpkgs
set default to type.str
This commit is contained in:
parent
08691d0515
commit
ae04fb01f8
|
@ -385,7 +385,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
default = mkOption {
|
default = mkOption {
|
||||||
default = 0;
|
default = "0";
|
||||||
type = types.str;
|
type = types.str;
|
||||||
description = ''
|
description = ''
|
||||||
Index of the default menu item to be booted.
|
Index of the default menu item to be booted.
|
||||||
|
|
Loading…
Reference in a new issue