mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Desktop/Games] use pure-compatible pkgs.system instead of builtins.currentSystem
This commit is contained in:
parent
2c11e25f98
commit
511299927e
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ in {
|
|||
type = with types; package;
|
||||
description = "Yuzu switch emulator package. WARNING: removed from nixpkgs";
|
||||
example = pkgs.yuzu-early-access;
|
||||
default = suyu.packages.${builtins.currentSystem}.suyu;
|
||||
default = suyu.packages.${pkgs.system}.suyu;
|
||||
};
|
||||
ryujinx.package = mkOption {
|
||||
description = "Ryujinx Switch emulator package";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue