From d589284f6391eadc3a05da8707a5cb86fa3e2455 Mon Sep 17 00:00:00 2001 From: niten Date: Thu, 3 Aug 2023 22:55:26 -0700 Subject: [PATCH] Where'd the extra foreslash come from? --- mastodon-container.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon-container.nix b/mastodon-container.nix index 4c51521..3666de7 100644 --- a/mastodon-container.nix +++ b/mastodon-container.nix @@ -129,7 +129,7 @@ in { type = str; description = "Docker image to use for Mastodon."; default = - "ghcr.io//mastodon:${toplevel.config.services.mastodonContainer.version}"; + "ghcr.io/mastodon:${toplevel.config.services.mastodonContainer.version}"; }; postgres = mkOption {