types.uniq types.int -> types.int
types.int already implies uniqueness.
This commit is contained in:
@@ -57,7 +57,7 @@ in
|
||||
|
||||
http-port = mkOption {
|
||||
default = 3000;
|
||||
type = types.uniq types.int;
|
||||
type = types.int;
|
||||
description = ''
|
||||
Sets the HTTP port of the embedded web server.
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user