mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +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 {
|
yuzu.package = mkOption {
|
||||||
type = with types; package;
|
type = with types; package;
|
||||||
description = "Yuzu switch emulator package. WARNING: removed from nixpkgs";
|
description = "Yuzu switch emulator package. WARNING: removed from nixpkgs";
|
||||||
example = pkgs.yuzu-early-access;
|
|
||||||
default = suyu.packages.${pkgs.system}.suyu;
|
default = suyu.packages.${pkgs.system}.suyu;
|
||||||
};
|
};
|
||||||
ryujinx.package = mkOption {
|
ryujinx.package = mkOption {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue