steam: passthru steam's args

This makes it possible to introspect steam-specific arguments such as extraEnv.
This commit is contained in:
Atemu 2024-03-14 23:58:54 +01:00
parent 2b619c2314
commit c67a030aa2

View file

@ -309,6 +309,7 @@ in buildFHSEnv rec {
description = "Steam dependencies (dummy package, do not use)";
};
passthru.steamargs = args;
passthru.run = buildFHSEnv {
name = "steam-run";