add alvr nixpkgs just to try and make alvr work....

This commit is contained in:
Noa Aarts 2025-12-15 23:29:55 +01:00
parent 650f817d5a
commit 48132065e1
Signed by: noa
GPG key ID: 1850932741EFF672
3 changed files with 21 additions and 0 deletions

17
flake.lock generated
View file

@ -43,6 +43,22 @@
"type": "github"
}
},
"alvr-nixpkgs": {
"locked": {
"lastModified": 1765837179,
"narHash": "sha256-pGPUAAFsQktrdPqaYKjEjpXP7Jcd5HIbF2ecUTmVZoI=",
"owner": "itepastra",
"repo": "nixpkgs",
"rev": "96726c5e4a8b108fa912f8d1148ff947877b14cc",
"type": "github"
},
"original": {
"owner": "itepastra",
"ref": "alvr-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"authentik": {
"inputs": {
"authentik-src": "authentik-src",
@ -1005,6 +1021,7 @@
"inputs": {
"advisory-db": "advisory-db",
"agenix": "agenix",
"alvr-nixpkgs": "alvr-nixpkgs",
"authentik": "authentik",
"automapaper": "automapaper",
"crane": "crane",

View file

@ -42,6 +42,8 @@
inputs.nixpkgs.follows = "nixpkgs";
};
# ALVR fixed
alvr-nixpkgs.url = "github:itepastra/nixpkgs/alvr-unstable";
# for secret management
agenix = {
url = "github:ryantm/agenix";

View file

@ -5,6 +5,7 @@
{
config,
pkgs,
inputs,
...
}:
{
@ -95,6 +96,7 @@
alvr = {
enable = true;
openFirewall = true;
package = inputs.alvr-nixpkgs.legacyPackages.${pkgs.stdenv.hostPlatform.system}.alvr;
};
nix-ld = {
enable = true;