Explicitly set WINEARCH.

main
Philipp 2021-07-26 22:50:59 +02:00
parent 4951e461d0
commit 7a096105fb
No known key found for this signature in database
GPG Key ID: 2258EE3B85DE1748
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ let
#new prefix for any changes. Needs fast prefix installs and state outside.
uuid=$(basename $(${pkgs.nix}/bin/nix path-info "$(readlink -f $BASH_SOURCE)"))
export WINEPREFIX="${prefixBaseDir}/$uuid"
export WINEARCH=win64
#export all global env vars
${lib.concatMapStrings (x: "export " + x + "\n") (wineGlobalEnv