mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-25 14:15:02 +00:00
Side tangent: fix bug in cdn-cs nix module
This commit is contained in:
@@ -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 = [ ];
|
||||
|
||||
Reference in New Issue
Block a user