Side tangent: fix bug in cdn-cs nix module

This commit is contained in:
Rory&
2026-05-17 02:34:42 +02:00
parent 8f76cc5edf
commit a04c3bc36e
+1 -1
View File
@@ -11,7 +11,7 @@ let
secrets = import ../secrets.nix { inherit lib config; };
cfg = config.services.spacebarchat-server;
jsonFormat = pkgs.formats.json { };
makeServerTsService = import ../../../lib/makeServerTsService.nix { inherit cfg lib secrets; };
makeServerTsService = import ../../../lib/makeServerTsService.nix { inherit cfg lib; };
in
{
imports = [ ];