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 = 0;
default = "0";
type = types.str;
description = ''
Index of the default menu item to be booted.