about summary refs log tree commit diff
path: root/pkgs/games/steam
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2023-11-13 01:47:18 +0200
committerGitHub <noreply@github.com>2023-11-13 01:47:18 +0200
commitdb86bc5c4e51ff1e12482783c8099b90e3681221 (patch)
tree45dee264b7f117e93359afcf99e359b40e26988a /pkgs/games/steam
parentf77236e04a6cd60a01491e659f911411097c3b74 (diff)
parentfe94af355c4860f527722dffd4bcd4ce14bc3e0a (diff)
Merge pull request #267112 from amarshall/steam-run-mainprogram
steam-run: Set meta.mainProgram
Diffstat (limited to 'pkgs/games/steam')
-rw-r--r--pkgs/games/steam/fhsenv.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/steam/fhsenv.nix b/pkgs/games/steam/fhsenv.nix
index 25287c89113bf..2fcbec7a1d313 100644
--- a/pkgs/games/steam/fhsenv.nix
+++ b/pkgs/games/steam/fhsenv.nix
@@ -315,6 +315,7 @@ in buildFHSEnv rec {
 
     meta = (steam.meta or {}) // {
       description = "Run commands in the same FHS environment that is used for Steam";
+      mainProgram = "steam-run";
       name = "steam-run";
     };
   };