set default to type.str

This commit is contained in:
Emily Ann Ediger 2018-06-19 01:59:21 -05:00
parent 08691d0515
commit ae04fb01f8

View File

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