xrizer: switch FBT branch

This commit is contained in:
hypevhs
2025-10-17 16:41:16 -05:00
parent ce6f415392
commit 5d79df68d3

View File

@@ -28,8 +28,8 @@ To use the above fork, follow these steps:
- Click the three dots next to the profile selector and select 'Edit profile'
- If a popup asks if you would like to duplicate the profile, click yes.
- Scroll down to 'OpenVR Compatibility' and set the following fields:
- OpenVR Compatibility Repo: `https://github.com/Mr-Zero88/xrizer.git`
- OpenVR Compatibility Branch: `fbt`
- OpenVR Compatibility Repo: `https://github.com/Mr-Zero88-FBT/xrizer.git`
- OpenVR Compatibility Branch: `experimental2`
- Clean build your profile from the menu at the top right, or use the Ctrl+F5 keybind.
### NixOS
@@ -41,9 +41,9 @@ Apply an overlay over nixpkgs to override the xrizer src:
(final: prev: {
xrizer = prev.xrizer.overrideAttrs {
src = final.fetchFromGitHub {
owner = "RinLovesYou";
owner = "Mr-Zero88-FBT";
repo = "xrizer";
# IMPORTANT: Fill the below field with the latest commit hash from https://github.com/RinLovesYou/xrizer/commits/experimental2 (click the Copy full SHA button on the right side)
# IMPORTANT: Fill the below field with the latest commit hash from https://github.com/Mr-Zero88-FBT/xrizer/commits/experimental2 (click the Copy full SHA button on the right side)
rev = "";
# IMPORTANT: Replace the below field with the correct hash, the error when building with this empty will give you the expected hash.
hash = "";