From e93f41d8882e991d925601db0e33873ec8922a4e Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sat, 8 Feb 2025 07:38:32 -0500 Subject: [PATCH] Add missing semicolon --- build/package/nix/tgstation-server.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/package/nix/tgstation-server.nix b/build/package/nix/tgstation-server.nix index 1618f11750..6079ea037f 100644 --- a/build/package/nix/tgstation-server.nix +++ b/build/package/nix/tgstation-server.nix @@ -107,7 +107,7 @@ in description = '' Start the specified units when this unit is started. ''; - } + }; }; };