nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

nixos/nexus: use `types.port`

h7x4 c31d264b 1cd9d474

+1 -1
+1 -1
nixos/modules/services/web-apps/nexus.nix
··· 46 46 }; 47 47 48 48 listenPort = mkOption { 49 - type = types.int; 49 + type = types.port; 50 50 default = 8081; 51 51 description = "Port to listen on."; 52 52 };