Clean up unused binding in cdn-cs nix module

This commit is contained in:
Rory&
2026-05-24 06:07:14 +02:00
parent 536c20f6d0
commit 63c887c7d3
-1
View File
@@ -8,7 +8,6 @@ self:
}:
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; };