steam-run: provide meta (#196273)

Fixes https://github.com/NixOS/nix/issues/4527
This commit is contained in:
Atemu 2022-10-16 16:18:10 +02:00 committed by GitHub
parent 751e222a73
commit 009567814b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";
};
};
}