From a2ebd755b0f86f5202b807e820da789617046684 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Tue, 6 Feb 2024 23:31:28 +0000 Subject: [PATCH] Switch to yuzu mainline --- modules/desktop/gaming/emulators.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/desktop/gaming/emulators.nix b/modules/desktop/gaming/emulators.nix index 4a0093f..80744c2 100644 --- a/modules/desktop/gaming/emulators.nix +++ b/modules/desktop/gaming/emulators.nix @@ -54,7 +54,7 @@ in { }; config = { - user.packages = with pkgs; [ + user.packages = with pkgs.unstable; [ (lib.mkIf cfg.ps1.enable duckstation) (lib.mkIf cfg.ps2.enable pcsx2) (lib.mkIf cfg.ps3.enable rpcs3) @@ -64,7 +64,7 @@ in { cfg.gb.enable || cfg.snes.enable) higan) - (lib.mkIf cfg.switch.enable yuzu-early-access) + (lib.mkIf cfg.switch.enable yuzuPackages.mainline) (lib.mkIf (cfg.wii.enable || cfg.gamecube.enable) dolphin-emu)