[Desktop/Games] use pure-compatible pkgs.system instead of builtins.currentSystem

This commit is contained in:
Antoine Viallon 2024-04-16 19:13:02 +02:00
parent 2c11e25f98
commit 511299927e
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -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";