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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user