Skip to content

Commit

Permalink
Star-Citizen: 1.6.9 -> 1.6.10 (#139)
Browse files Browse the repository at this point in the history
- Updated Star Citizen
- Removed uneeded environment variables
  • Loading branch information
LovingMelody authored Jan 10, 2024
1 parent 914c4ae commit 4264f34
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pkgs/star-citizen/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
postCommands ? "",
pkgs,
}: let
version = "1.6.9";
version = "1.6.10";
src = pkgs.fetchurl rec {
url = "https://install.robertsspaceindustries.com/star-citizen/RSI-Setup-${version}.exe";
name = "RSI-Setup-${version}.exe";
hash = "sha256-h/JBhtYRV4XbPYPq+A8UcELmr/1inVWiV+A5/bCLLWM=";
hash = "sha256-axttJvw3MFmhLC4e+aqtf4qx0Z0x4vz78LElyGkMAbs=";
};

# concat winetricks args
Expand All @@ -36,9 +36,6 @@
export WINEDLLOVERRIDES="libglesv2=b,nvapi,nvapi64=,powershell.exe="
# Anti-cheat
export SteamGameId="starcitizen"
__GL_SHADER_DISK_CACHE=1
__GL_SHADER_DISK_CACHE_SIZE=1073741824
__GL_THREADED_OPTIMIZATIONS=1
PATH=${lib.makeBinPath [wine winetricks]}:$PATH
USER="$(whoami)"
RSI_LAUNCHER="$WINEPREFIX/drive_c/Program Files/Roberts Space Industries/RSI Launcher/RSI Launcher.exe"
Expand Down

0 comments on commit 4264f34

Please sign in to comment.