From 090f148756360fb5cd32b38d830b41ed0a47130f Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Thu, 9 Jan 2025 13:17:26 -0600 Subject: [PATCH] citra broken due to upstream c changes --- modules/apps/gaming.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/apps/gaming.nix b/modules/apps/gaming.nix index 22de41e..986aa81 100644 --- a/modules/apps/gaming.nix +++ b/modules/apps/gaming.nix @@ -40,7 +40,7 @@ ; inherit (inputs.jawz-scripts.packages.x86_64-linux) polymc # minecraft launcher - citra # 3Ds emulator + # citra # 3Ds emulator ; }; };