Pass along args in steam wrappers.

This commit is contained in:
Tom Alexander
2025-03-29 16:46:52 -04:00
parent cd0578d0a6
commit fe7a083a7b
5 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
let
steam_shipwright = pkgs.writeScriptBin "steam_soh" ''
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${pkgs.libglvnd}/lib"
exec ${pkgs.shipwright}/bin/soh
exec ${pkgs.shipwright}/bin/soh "''${@}"
'';
in
{