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

nixos/silverbullet: use `types.port`

h7x4 24c79fd3 a7d64941

+1 -1
+1 -1
nixos/modules/services/web-apps/silverbullet.nix
··· 24 24 }; 25 25 26 26 listenPort = lib.mkOption { 27 - type = lib.types.int; 27 + type = lib.types.port; 28 28 default = 3000; 29 29 description = "Port to listen on."; 30 30 };