[Desktop/Games] fix build error caused by removed Yuzu

This commit is contained in:
Antoine Viallon 2024-05-23 10:50:33 +02:00
parent 337de7ccd4
commit 67038259e8
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -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 {