From 511299927ecdfcee332f61c6043757d12dcbe56c Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Tue, 16 Apr 2024 19:13:02 +0200 Subject: [PATCH] [Desktop/Games] use pure-compatible pkgs.system instead of builtins.currentSystem --- desktop/games.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";