Let's try forcing patched steam

This commit is contained in:
Lillian Violet 2024-03-25 18:28:07 +01:00
parent bd0da21ce3
commit 4a34a11474

View file

@ -121,7 +121,7 @@
enable = true;
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server
package = pkgs.steam.override {
package = lib.mkForce pkgs.steam.override {
extraProfile = ''export LD_PRELOAD=${pkgs.extest}/lib/libextest.so:$LD_PRELOAD'';
};
};