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:
@@ -5,7 +5,7 @@
|
||||
extraLibraries ? pkgs: [ ],
|
||||
}:
|
||||
|
||||
steam.buildRuntimeEnv {
|
||||
(steam.override { privateTmp = false; }).buildRuntimeEnv {
|
||||
pname = "heroic";
|
||||
inherit (heroic-unwrapped) version meta;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user