mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Desktop/Games] fix build error caused by removed Yuzu
This commit is contained in:
parent
337de7ccd4
commit
67038259e8
1 changed files with 0 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue