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_2s2h = pkgs.writeScriptBin "steam_2s2h" ''
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${pkgs.libglvnd}/lib"
exec ${pkgs._2ship2harkinian}/bin/2s2h
exec ${pkgs._2ship2harkinian}/bin/2s2h "''${@}"
'';
in
{