mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
types.uniq types.int -> types.int
types.int already implies uniqueness.
This commit is contained in:
parent
c738b309ee
commit
19ffa212af
14 changed files with 21 additions and 21 deletions
|
@ -50,7 +50,7 @@ in {
|
|||
|
||||
port = mkOption {
|
||||
default = 8080;
|
||||
type = types.uniq types.int;
|
||||
type = types.int;
|
||||
description = ''
|
||||
Specifies port number on which the jenkins HTTP interface listens. The default is 8080.
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue