From a29be8315c2e6647a5878529affda84ec8036ccb Mon Sep 17 00:00:00 2001 From: stuebinm Date: Tue, 11 Oct 2022 11:28:30 +0200 Subject: update stack resolver (also got rid of the map templater, which had version problems with mustache — it's not likely anyone will need it anyways) --- lib/LintConfig.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/LintConfig.hs b/lib/LintConfig.hs index 87b9fbd..a84740d 100644 --- a/lib/LintConfig.hs +++ b/lib/LintConfig.hs @@ -182,7 +182,9 @@ expandWorlds config = config { configUriSchemas = configUriSchemas' } assemblysubsts = DomainSubstitution (M.fromList generated) ["map"] where generated = configAssemblies config - <&> \slug -> (slug, "/_/general/maps.world.di.c3voc.de/assembly/"<>slug) + <&> \slug -> if slug == "lobby" + then (slug, "/_/global/raw.githubusercontent.com/c0c0bird/bridging-bubbles") + else (slug, "/_/global/maps.world.di.c3voc.de/assembly/"<>slug) instance (FromJSON (LintConfig a)) => Argument (LintConfig a) where parseArgument str = -- cgit v1.2.3