From c4381cd564c7e20f7cb2e0b554b18912b1b5fbb0 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Wed, 23 Feb 2022 20:46:33 +0100 Subject: [PATCH] games: Use dolphin from unstable --- users/simon/modules/games.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/simon/modules/games.nix b/users/simon/modules/games.nix index 7bc4f6a..1fc7b62 100644 --- a/users/simon/modules/games.nix +++ b/users/simon/modules/games.nix @@ -88,7 +88,7 @@ lib.mkIf cfg.enable { mgba ] ++ lib.optionals (cfg.performanceIndex >= 4) [ desmume - dolphinEmuMaster + unstable.dolphin-emu-beta ] ++ lib.optional (unfree.allowAssets && cfg.performanceIndex >= 8) (unstable.yuzu-mainline.overrideAttrs (o: o // { cmakeFlags = o.cmakeFlags ++ [ "-DYUZU_ENABLE_COMPATIBILITY_REPORTING=ON"