From d32ef70d088689137914fd5f4caa5524351b3f82 Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Tue, 26 Nov 2024 15:50:00 +0200 Subject: [PATCH] semicolon --- services/forgejo/forgejo.mod.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/forgejo/forgejo.mod.nix b/services/forgejo/forgejo.mod.nix index 62cf285..94fe9a4 100644 --- a/services/forgejo/forgejo.mod.nix +++ b/services/forgejo/forgejo.mod.nix @@ -43,7 +43,7 @@ DEFAULT_KEEP_EMAIL_PRIVATE = true; }; actions = { - DEFAULT_ACTIONS_URL = "https://github.com" # i have to do this because some actions call other actions, and most of those call github actions. ideally this would be "https://git.collective-conciousness.monster" + DEFAULT_ACTIONS_URL = "https://github.com"; # i have to do this because some actions call other actions, and most of those call github actions. ideally this would be "https://git.collective-conciousness.monster" }; }; };