From 7248c854bb357631a4b0ae2015a9d4d7a9ff8cd8 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Mon, 8 Aug 2022 12:33:59 +0200 Subject: [PATCH] games: Do not override yuzu Now that it is available in the binary cache, I should leverage this. --- users/simon/modules/games.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/users/simon/modules/games.nix b/users/simon/modules/games.nix index febe421..bb5ce97 100644 --- a/users/simon/modules/games.nix +++ b/users/simon/modules/games.nix @@ -97,11 +97,7 @@ lib.mkIf cfg.enable { ] ++ lib.optionals (cfg.performanceIndex >= 4) [ desmume 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" - ]; - })) + ] ++ lib.optional (unfree.allowAssets && cfg.performanceIndex >= 8) (unstable.yuzu-mainline) ++ lib.optionals unfree.allowSoftware [ unstable.osu-lazer-sandbox steam-sandbox-with-icons