Skip to content

Commit 156dba5

Browse files
committed
fixup svd: only accept the typed boolean form in nix config
1 parent fccc432 commit 156dba5

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
@@ -55,7 +55,7 @@ let
5555
with an exit code not listed in the programs's `exitcodes`
5656
configuration.
5757
'';
58-
type = types.either types.bool (types.enum [ "false" "true" "unexpected" ]);
58+
type = types.either types.bool (types.enum [ "unexpected" ]);
5959
default = "unexpected";
6060
};
6161
environment = lib.mkOption {

0 commit comments

Comments
 (0)