Skip to content

Commit 46f00cc

Browse files
committed
fixup svd: also accept boolean in extraConfig
1 parent 156dba5 commit 46f00cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/supervisord.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ let
6969
description = lib.mdDoc ''
7070
Extra structured configurations to add to the [program:x] section.
7171
'';
72-
type = types.attrsOf types.str;
72+
type = types.attrsOf (types.either types.str types.bool);
7373
default = {};
7474
};
7575
};

0 commit comments

Comments
 (0)