steam-run: set multiArch to true

Patch by @K900
This commit is contained in:
chayleaf 2023-07-11 21:47:59 +07:00
parent e2078e747c
commit 191945bd1d

View file

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