tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
nixos/silverbullet: use `types.port`
h7x4
6 months ago
24c79fd3
a7d64941
+1
-1
1 changed file
expand all
collapse all
unified
split
nixos
modules
services
web-apps
silverbullet.nix
+1
-1
nixos/modules/services/web-apps/silverbullet.nix
reviewed
···
24
24
};
25
25
26
26
listenPort = lib.mkOption {
27
27
-
type = lib.types.int;
27
27
+
type = lib.types.port;
28
28
default = 3000;
29
29
description = "Port to listen on.";
30
30
};