steam: declare need for multiArch explicitly

This commit is contained in:
Atemu 2023-07-01 06:41:07 +02:00
parent f0c58f6e96
commit 173962eef9

View file

@ -61,6 +61,9 @@ let
in buildFHSEnv rec { in buildFHSEnv rec {
name = "steam"; name = "steam";
# Steam still needs 32bit and various native games do too
multiArch = true;
targetPkgs = pkgs: with pkgs; [ targetPkgs = pkgs: with pkgs; [
steam steam
# License agreement # License agreement