steam-run: Set meta.mainProgram

Otherwise it is inheriting "steam" from `steam.meta`.
This commit is contained in:
Andrew Marshall
2023-11-12 16:56:38 -05:00
parent 85f1ba3e51
commit fe94af355c
+1
View File
@@ -314,6 +314,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";
};
};