feat(wivrn): update to uttarayan21/wivrn and use nightly package
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

This commit is contained in:
uttarayan21
2025-12-12 18:57:32 +05:30
parent 42dac8b4d2
commit edf2e5834a
4 changed files with 9 additions and 8 deletions

10
flake.lock generated
View File

@@ -4556,15 +4556,15 @@
]
},
"locked": {
"lastModified": 1765523700,
"narHash": "sha256-ijdukoAFu2IgaetB9vdDNAj7230LvqG0WZerg5Wf1WQ=",
"owner": "wivrn",
"lastModified": 1765545649,
"narHash": "sha256-RLeszcBAT7wWqokkfYMuru5acDlka+Mi5FgHhPB/RuU=",
"owner": "uttarayan21",
"repo": "wivrn",
"rev": "225a0db69e0008710dd320e599ce203532125437",
"rev": "6230c3e9a6a0590f831a976303684501b018bd1f",
"type": "github"
},
"original": {
"owner": "wivrn",
"owner": "uttarayan21",
"repo": "wivrn",
"type": "github"
}

View File

@@ -240,7 +240,7 @@
# inputs.nixpkgs.follows = "nixpkgs";
};
wivrn = {
url = "github:wivrn/wivrn?submodules=1";
url = "github:uttarayan21/wivrn?submodules=1";
inputs.nixpkgs.follows = "nixpkgs";
};
};

View File

@@ -13,5 +13,6 @@
importOXRRuntimes = true;
};
highPriority = true;
package = pkgs.wivrn-nightly;
};
}

View File

@@ -267,11 +267,11 @@
# });
# };
vr = final: prev: {
# wivrn = prev.wivrn.overrideAttrs (oldAttrs: {
# wivrn-nightly = prev.wivrn.overrideAttrs (oldAttrs: {
# version = "v25.11.1";
# src = inputs.wivrn;
# });
# inputs.wivrn.packages.${prev.system}.default;
wivrn-nightly = inputs.wivrn.packages.${prev.system}.default;
};
in
[