From 510066fa1a49230990efa00f23a39e9e36d31b44 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sun, 1 Oct 2023 00:06:29 +0100 Subject: [PATCH] ci: now should error on incorrectly formatted files 2 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2b15f34..47cba4b 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ skynet_website_2016.url = "gitlab:compsoc1%2Fskynet%2Fwebsite/2016?host=gitlab.skynet.ie"; skynet_website_renew.url = "gitlab:compsoc1%2Fskynet%2Fwebsite/alumni-renew?host=gitlab.skynet.ie"; skynet_discord_bot.url = "gitlab:compsoc1%2Fskynet/discord-bot?host=gitlab.skynet.ie"; - compsoc_public.url = "gitlab:compsoc1%2Fcompsoc/presentations?host=gitlab.skynet.ie"; + compsoc_public.url = "gitlab:compsoc1%2Fcompsoc/presentations?host=gitlab.skynet.ie"; }; nixConfig.bash-prompt-suffix = "[Skynet Dev] ";