startify: fix bookmarks

This commit is contained in:
Pedro Alves 2021-03-19 15:09:39 +00:00
parent 29c4274c66
commit 0ca819eca4
2 changed files with 2 additions and 2 deletions

View file

@ -92,7 +92,7 @@ rec {
(if val == false then 0 else 1) (if val == false then 0 else 1)
else val; else val;
mkDefaultOpt = { type, global, description ? null, example ? null, default ? null, value ? v: toLuaObject (globalVal v), ... }: { mkDefaultOpt = { type, global, description ? null, example ? null, default ? null, value ? v: (globalVal v), ... }: {
option = mkOption { option = mkOption {
type = types.nullOr type; type = types.nullOr type;
default = default; default = default;