diff --git a/desktop/games.nix b/desktop/games.nix index 1c76767..4c706bd 100644 --- a/desktop/games.nix +++ b/desktop/games.nix @@ -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";