diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-21 01:07:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-21 01:07:22 +0200 |
| commit | ff60c405a042564675118714fbe36fd6907f7833 (patch) | |
| tree | c56f697f31e5f78afb5b08af888bb4e661178161 /nixos | |
| parent | a3c69da90519ab55df1ac12d7d5bf681b45314d1 (diff) | |
Update mc.nix
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/mdls/gms/mc.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/mdls/gms/mc.nix b/nixos/mdls/gms/mc.nix index 9785759..e3194d2 100644 --- a/nixos/mdls/gms/mc.nix +++ b/nixos/mdls/gms/mc.nix @@ -34,7 +34,7 @@ InstanceDir = "instances"; JavaArchitecture = "64"; JavaDir = "java"; - JavaPath = /nix/store/55mw2ly3dxh5008li72rx6ilc75hgvr0-openjdk-8u502-b01/bin/java + JavaPath = "/nix/store/55mw2ly3dxh5008li72rx6ilc75hgvr0-openjdk-8u502-b01/bin/java"; Language = "en_US"; LastHostname = "box"; LaunchMaximized = false; |
