summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-12-08 18:42:56 -0800
committerJonathan Ringer <jonringer117@gmail.com>2020-12-08 18:42:56 -0800
commit2831a66be623796185ccadcacda16eb5bcd2dc8e (patch)
treef91b19b99461ebdd0e041d59fcf2f22b0cadb9ff /pkgs
parent6c52434eb0015ec5ab17adca2a08b4acbfb88e68 (diff)
steam: share ipc, fix some gui launchers
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/games/steam/fhsenv.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/games/steam/fhsenv.nix b/pkgs/games/steam/fhsenv.nix
index 34b2fe198539..d3d5b3a2271e 100644
--- a/pkgs/games/steam/fhsenv.nix
+++ b/pkgs/games/steam/fhsenv.nix
@@ -268,6 +268,10 @@ in buildFHSUserEnv rec {
broken = nativeOnly;
};
+ # allows for some gui applications to share IPC
+ # this fixes certain issues where they don't render correctly
+ unshareIpc = false;
+
passthru.run = buildFHSUserEnv {
name = "steam-run";