mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +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 {
|
||||
description = "Ryujinx Switch emulator package";
|
||||
type = myLib.types.package';
|
||||
default = pkgs.unstable.ryujinx;
|
||||
example = literalExpression "pkgs.unstable.ryujinx";
|
||||
default = pkgs.ryubing;
|
||||
example = literalExpression "pkgs.ryujinx";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue