From 67038259e86d12b22e0c3ce1666fc6168748b59d Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Thu, 23 May 2024 10:50:33 +0200 Subject: [PATCH] [Desktop/Games] fix build error caused by removed Yuzu --- desktop/games.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/desktop/games.nix b/desktop/games.nix index c6d61f8..fa0f4d5 100644 --- a/desktop/games.nix +++ b/desktop/games.nix @@ -14,7 +14,6 @@ in { yuzu.package = mkOption { type = with types; package; description = "Yuzu switch emulator package. WARNING: removed from nixpkgs"; - example = pkgs.yuzu-early-access; default = suyu.packages.${pkgs.system}.suyu; }; ryujinx.package = mkOption {