xrizer: switch FBT branch
This commit is contained in:
@@ -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'
|
- 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.
|
- If a popup asks if you would like to duplicate the profile, click yes.
|
||||||
- Scroll down to 'OpenVR Compatibility' and set the following fields:
|
- Scroll down to 'OpenVR Compatibility' and set the following fields:
|
||||||
- OpenVR Compatibility Repo: `https://github.com/Mr-Zero88/xrizer.git`
|
- OpenVR Compatibility Repo: `https://github.com/Mr-Zero88-FBT/xrizer.git`
|
||||||
- OpenVR Compatibility Branch: `fbt`
|
- OpenVR Compatibility Branch: `experimental2`
|
||||||
- Clean build your profile from the menu at the top right, or use the Ctrl+F5 keybind.
|
- Clean build your profile from the menu at the top right, or use the Ctrl+F5 keybind.
|
||||||
|
|
||||||
### NixOS
|
### NixOS
|
||||||
@@ -41,9 +41,9 @@ Apply an overlay over nixpkgs to override the xrizer src:
|
|||||||
(final: prev: {
|
(final: prev: {
|
||||||
xrizer = prev.xrizer.overrideAttrs {
|
xrizer = prev.xrizer.overrideAttrs {
|
||||||
src = final.fetchFromGitHub {
|
src = final.fetchFromGitHub {
|
||||||
owner = "RinLovesYou";
|
owner = "Mr-Zero88-FBT";
|
||||||
repo = "xrizer";
|
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 = "";
|
rev = "";
|
||||||
# IMPORTANT: Replace the below field with the correct hash, the error when building with this empty will give you the expected hash.
|
# IMPORTANT: Replace the below field with the correct hash, the error when building with this empty will give you the expected hash.
|
||||||
hash = "";
|
hash = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user