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": { "locked": {
"lastModified": 1765523700, "lastModified": 1765545649,
"narHash": "sha256-ijdukoAFu2IgaetB9vdDNAj7230LvqG0WZerg5Wf1WQ=", "narHash": "sha256-RLeszcBAT7wWqokkfYMuru5acDlka+Mi5FgHhPB/RuU=",
"owner": "wivrn", "owner": "uttarayan21",
"repo": "wivrn", "repo": "wivrn",
"rev": "225a0db69e0008710dd320e599ce203532125437", "rev": "6230c3e9a6a0590f831a976303684501b018bd1f",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "wivrn", "owner": "uttarayan21",
"repo": "wivrn", "repo": "wivrn",
"type": "github" "type": "github"
} }

View File

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

View File

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

View File

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