mangohud: make lowerBitnessSupport use isx86_64 instead of is64bit

This commit is contained in:
Tristan Ross 2023-09-28 22:20:58 -07:00
parent 82aaf63703
commit 4f5b49c7e4
No known key found for this signature in database
GPG key ID: B09C422035669AF8

View file

@ -31,7 +31,7 @@
, glfw
, xorg
, gamescopeSupport ? true # build mangoapp and mangohudctl
, lowerBitnessSupport ? stdenv.hostPlatform.is64bit # Support 32 bit on 64bit
, lowerBitnessSupport ? stdenv.hostPlatform.isx86_64 # Support 32 bit on 64bit
, nix-update-script
}: