mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 12:38:32 +00:00
steam-run: provide meta (#196273)
Fixes https://github.com/NixOS/nix/issues/4527
This commit is contained in:
parent
751e222a73
commit
009567814b
@ -294,5 +294,10 @@ in buildFHSUserEnv rec {
|
||||
${fixBootstrap}
|
||||
exec -- "$run" "$@"
|
||||
'';
|
||||
|
||||
meta = steam.meta // {
|
||||
description = "Run commands in the same FHS environment that is used for Steam";
|
||||
name = "steam-run";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user