1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat: depend less on nixpkgs-unstable

This commit is contained in:
Kierán Meinhardt
2020-10-16 08:23:27 +02:00
parent d6a2e05590
commit 838efd4093
8 changed files with 11 additions and 12 deletions

View File

@@ -31,7 +31,7 @@ in {
server = {
enable = mkEnableOption "hledger server";
port = mkOption {
type = pkgs.unstable.lib.types.port;
type = types.port;
default = 5000;
};
host = mkOption {