heroic: disable privateTmp (#432098)

This commit is contained in:
K900
2025-08-09 09:29:24 +03:00
committed by GitHub
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -19,4 +19,6 @@ steam.buildRuntimeEnv {
ln -s ${heroic-unwrapped}/share/applications $out/share
ln -s ${heroic-unwrapped}/share/icons $out/share
'';
privateTmp = false;
}
+3
View File
@@ -21,6 +21,7 @@ let
extraPreBwrapCmds ? "",
extraBwrapArgs ? [ ],
extraEnv ? { },
privateTmp ? true,
...
}@args:
buildFHSEnv (
@@ -150,6 +151,7 @@ buildRuntimeEnv {
extraPreBwrapCmds
extraBwrapArgs
extraEnv
privateTmp
;
runScript = writeShellScript "steam-wrapped" ''
@@ -175,6 +177,7 @@ buildRuntimeEnv {
extraPreBwrapCmds
extraBwrapArgs
extraEnv
privateTmp
;
runScript = writeShellScript "steam-run" ''