From b134344dd55643808b9d2d31180a1b4105ba66d3 Mon Sep 17 00:00:00 2001 From: Ranomier <> Date: Wed, 14 May 2025 23:17:57 +0200 Subject: [PATCH] chore: activate game-lianti again --- outputs.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/outputs.nix b/outputs.nix index a5ea2ce..98bff11 100644 --- a/outputs.nix +++ b/outputs.nix @@ -1,5 +1,4 @@ inArgs: let - lib = inArgs.nixpkgs.lib; hostHelper = import ./hostHelper.nix inArgs; # Supported systems for your flake packages, shell, etc. @@ -18,10 +17,10 @@ in { #jitsi = {stateVersion = "24.11";}; - game-luanti = { - stateVersion = "25.05"; - unstable = true; - }; + # game-luanti = { + # stateVersion = "25.05"; + # unstable = true; + # }; ext-julia = {stateVersion = "24.11";}; };