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 {