Merge pull request #267112 from amarshall/steam-run-mainprogram
steam-run: Set meta.mainProgram
Peder Bergebakken Sundt 2 years ago db86bc5c f77236e0
··· 315 315 316 316 meta = (steam.meta or {}) // { 317 317 description = "Run commands in the same FHS environment that is used for Steam"; 318 318 + mainProgram = "steam-run"; 318 319 name = "steam-run"; 319 320 }; 320 321 };