diff --git a/flake.lock b/flake.lock index 84c91ebf..894e1e10 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } diff --git a/flake.nix b/flake.nix index 829d7f9a..db3aecb9 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; }; }; diff --git a/nixos/ryu/services/wivrn.nix b/nixos/ryu/services/wivrn.nix index 89c99255..3ac03e51 100644 --- a/nixos/ryu/services/wivrn.nix +++ b/nixos/ryu/services/wivrn.nix @@ -13,5 +13,6 @@ importOXRRuntimes = true; }; highPriority = true; + package = pkgs.wivrn-nightly; }; } diff --git a/overlays.nix b/overlays.nix index e0159fef..dbb3ff5f 100644 --- a/overlays.nix +++ b/overlays.nix @@ -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 [