10 lines
152 B
Nix
10 lines
152 B
Nix
|
{
|
||
|
writeShellScriptBin,
|
||
|
steam-run,
|
||
|
steam,
|
||
|
...
|
||
|
}:
|
||
|
writeShellScriptBin "steam" ''
|
||
|
exec ${steam-run}/bin/steam-run ${steam}/bin/steam -console
|
||
|
''
|