about summary refs log tree commit diff
path: root/pkgs/games/steam
diff options
context:
space:
mode:
authorchayleaf <chayleaf-git@pavluk.org>2023-07-11 21:47:59 +0700
committerchayleaf <chayleaf-git@pavluk.org>2023-07-11 21:50:17 +0700
commit191945bd1d703e69c0990b3469633febe5151a1b (patch)
tree71617a5849f8933ba07fff07d11174c63a2bbaa8 /pkgs/games/steam
parente2078e747c791cf839664d584628f5f2ee89a32a (diff)
steam-run: set multiArch to true
Patch by @K900
Diffstat (limited to 'pkgs/games/steam')
-rw-r--r--pkgs/games/steam/fhsenv.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/steam/fhsenv.nix b/pkgs/games/steam/fhsenv.nix
index af29cc02d4b79..2487cc0ef7c03 100644
--- a/pkgs/games/steam/fhsenv.nix
+++ b/pkgs/games/steam/fhsenv.nix
@@ -298,7 +298,7 @@ in buildFHSEnv rec {
     name = "steam-run";
 
     targetPkgs = commonTargetPkgs;
-    inherit multiPkgs profile extraInstallCommands;
+    inherit multiArch multiPkgs profile extraInstallCommands;
     inherit unshareIpc unsharePid;
 
     runScript = writeShellScript "steam-run" ''