Replace builtins.toString with toString

This commit is contained in:
SebastianStork 2025-10-09 21:35:41 +02:00
parent c18caea0de
commit c3cfcf1b61
15 changed files with 24 additions and 24 deletions

View file

@ -42,7 +42,7 @@ in
enable = true;
package = pkgs-unstable.memos;
settings = options.services.memos.settings.default // {
MEMOS_PORT = builtins.toString cfg.port;
MEMOS_PORT = toString cfg.port;
MEMOS_INSTANCE_URL = "https://${cfg.domain}";
};
};