mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-26 09:45:44 +00:00
Clean up unused binding in cdn-cs nix module
This commit is contained in:
@@ -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; };
|
||||
|
||||
Reference in New Issue
Block a user