heroic: disable privateTmp

Disable privateTmp in the Steam runtime env wrapper so that Heroic does
not run multiple instances.

Closes #432037
This commit is contained in:
Aidan Gauland
2025-08-09 08:54:26 +12:00
parent 8622b0537c
commit 791ee7f073
+1 -1
View File
@@ -5,7 +5,7 @@
extraLibraries ? pkgs: [ ],
}:
steam.buildRuntimeEnv {
(steam.override { privateTmp = false; }).buildRuntimeEnv {
pname = "heroic";
inherit (heroic-unwrapped) version meta;