From 5d79df68d3daa02e1190cb37275d4511ca868f9b Mon Sep 17 00:00:00 2001 From: hypevhs <4498312-hypevhs@users.noreply.gitlab.com> Date: Fri, 17 Oct 2025 16:41:16 -0500 Subject: [PATCH] xrizer: switch FBT branch --- content/docs/fossvr/xrizer.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/docs/fossvr/xrizer.md b/content/docs/fossvr/xrizer.md index c6d282f..f902b6c 100644 --- a/content/docs/fossvr/xrizer.md +++ b/content/docs/fossvr/xrizer.md @@ -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 = "";