summary refs log tree commit diff
path: root/pkgs/games/steam
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2022-03-14 22:39:03 -0700
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-03-24 12:53:39 -0700
commit96f1f99c05cf446baf57e0bf6def305fa8dfd998 (patch)
treede9c2aa7322d45e639e71ff2714d6c97dbb7d697 /pkgs/games/steam
parentd472df8aa758817ba93ec82430231af83658d204 (diff)
downloadnixpkgs-96f1f99c05cf446baf57e0bf6def305fa8dfd998.tar
nixpkgs-96f1f99c05cf446baf57e0bf6def305fa8dfd998.tar.gz
nixpkgs-96f1f99c05cf446baf57e0bf6def305fa8dfd998.tar.bz2
nixpkgs-96f1f99c05cf446baf57e0bf6def305fa8dfd998.tar.lz
nixpkgs-96f1f99c05cf446baf57e0bf6def305fa8dfd998.tar.xz
nixpkgs-96f1f99c05cf446baf57e0bf6def305fa8dfd998.tar.zst
nixpkgs-96f1f99c05cf446baf57e0bf6def305fa8dfd998.zip
steam: don't set XDG_DATA_DIR
Diffstat (limited to 'pkgs/games/steam')
-rw-r--r--pkgs/games/steam/fhsenv.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/games/steam/fhsenv.nix b/pkgs/games/steam/fhsenv.nix
index 10709102ecf..c5fba68b22a 100644
--- a/pkgs/games/steam/fhsenv.nix
+++ b/pkgs/games/steam/fhsenv.nix
@@ -228,9 +228,6 @@ in buildFHSUserEnv rec {
         export TZ="$new_TZ"
       fi
     fi
-
-    # XDG_DATA_DIRS is used by pressure-vessel and vulkan loaders to find the corresponding icd
-    export XDG_DATA_DIRS=$XDG_DATA_DIRS''${XDG_DATA_DIRS:+:}/run/opengl-driver/share:/run/opengl-driver-32/share
   '' + extraProfile;
 
   runScript = writeScript "steam-wrapper.sh" ''