remove unused variable

This commit is contained in:
Vegard Bieker Matthey
2026-05-24 08:42:07 +02:00
parent b8ec6308bd
commit df54bcd853

View File

@@ -1,7 +1,6 @@
{ config, lib, pkgs, inputs, ... }:
let
vanillaSurvival = "/var/lib/bluemap/vanilla_survival_world";
format = pkgs.formats.hocon { };
in {
# NOTE: our version of the module gets added in flake.nix
disabledModules = [ "services/web-apps/bluemap.nix" ];