From 001689ba449dd6a0a4b3dd2d375059286d62457c Mon Sep 17 00:00:00 2001 From: Rory& Date: Mon, 27 Jul 2026 01:11:09 +0200 Subject: [PATCH] nix: forgot a word --- nix/modules/default/gw-sharding.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/modules/default/gw-sharding.nix b/nix/modules/default/gw-sharding.nix index 033826780..a950f7a4e 100644 --- a/nix/modules/default/gw-sharding.nix +++ b/nix/modules/default/gw-sharding.nix @@ -39,7 +39,7 @@ in # things we set by default... EVENT_TRANSMISSION = "unix"; EVENT_SOCKET_PATH = "/run/spacebar/"; - WORKER_NAME = "sb-gateway-${port}"; + WORKER_NAME = "sb-gateway-${toString port}"; } // cfg.extraEnvironment // {