mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop/Games] replace Ryujinx with Ryubing
This commit is contained in:
parent
43ca54419b
commit
490058a59e
1 changed files with 2 additions and 2 deletions
|
|
@ -19,8 +19,8 @@ in {
|
||||||
ryujinx.package = mkOption {
|
ryujinx.package = mkOption {
|
||||||
description = "Ryujinx Switch emulator package";
|
description = "Ryujinx Switch emulator package";
|
||||||
type = myLib.types.package';
|
type = myLib.types.package';
|
||||||
default = pkgs.unstable.ryujinx;
|
default = pkgs.ryubing;
|
||||||
example = literalExpression "pkgs.unstable.ryujinx";
|
example = literalExpression "pkgs.ryujinx";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue