From 3ed6aa4b050abcfac3af29edb7897b1c42dbe054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 27 Oct 2020 12:03:18 +0100 Subject: [PATCH] feat(wilde): use most current minecraft launcher --- systems/wilde/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/wilde/configuration.nix b/systems/wilde/configuration.nix index e27bfb4..05fe747 100644 --- a/systems/wilde/configuration.nix +++ b/systems/wilde/configuration.nix @@ -31,7 +31,7 @@ virtualisation.docker.enable = lib.mkForce false; - environment.systemPackages = [ pkgs.minecraft ]; + environment.systemPackages = [ pkgs.unstable.minecraft ]; boot.loader.systemd-boot = { enable = true;