feat: add wivrn and nixpkgs-xr inputs and update related configs

This commit is contained in:
uttarayan21
2025-11-11 18:28:14 +05:30
parent ca194088ae
commit bbe44afe28
6 changed files with 232 additions and 48 deletions

View File

@@ -230,6 +230,14 @@
url = "github:numtide/nix-auth";
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs-xr = {
url = "github:nix-community/nixpkgs-xr";
inputs.nixpkgs.follows = "nixpkgs";
};
wivrn = {
url = "github:WiVRn/WiVRn/v25.11.1";
flake = false;
};
};
outputs = {