Loading pkgs/games/steam/fhsenv.nix +3 −1 Original line number Diff line number Diff line Loading @@ -207,7 +207,9 @@ in buildFHSEnv rec { libpsl nghttp2.lib rtmpdump ] ++ steam-runtime-wrapped.overridePkgs ] # This needs to come from pkgs as the passed-in steam-runtime-wrapped may not be the same architecture ++ pkgs.steamPackages.steam-runtime-wrapped.overridePkgs ++ extraLibraries pkgs; extraInstallCommands = lib.optionalString (steam != null) '' Loading Loading
pkgs/games/steam/fhsenv.nix +3 −1 Original line number Diff line number Diff line Loading @@ -207,7 +207,9 @@ in buildFHSEnv rec { libpsl nghttp2.lib rtmpdump ] ++ steam-runtime-wrapped.overridePkgs ] # This needs to come from pkgs as the passed-in steam-runtime-wrapped may not be the same architecture ++ pkgs.steamPackages.steam-runtime-wrapped.overridePkgs ++ extraLibraries pkgs; extraInstallCommands = lib.optionalString (steam != null) '' Loading