Commit 791ee7f0 authored by Aidan Gauland's avatar Aidan Gauland
Browse files

heroic: disable privateTmp

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

Closes #432037
parent 8622b053
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  extraLibraries ? pkgs: [ ],
}:

steam.buildRuntimeEnv {
(steam.override { privateTmp = false; }).buildRuntimeEnv {
  pname = "heroic";
  inherit (heroic-unwrapped) version meta;