Merge pull request #242916 from chayleaf/steam-run-32bit
steam-run: set multiArch to true
This commit is contained in:
@@ -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" ''
|
||||
|
||||
Reference in New Issue
Block a user