mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
steam: passthru steam's args
This makes it possible to introspect steam-specific arguments such as extraEnv.
This commit is contained in:
parent
2b619c2314
commit
c67a030aa2
@ -309,6 +309,7 @@ in buildFHSEnv rec {
|
||||
description = "Steam dependencies (dummy package, do not use)";
|
||||
};
|
||||
|
||||
passthru.steamargs = args;
|
||||
passthru.run = buildFHSEnv {
|
||||
name = "steam-run";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user