gunter: temp disable alvr
Some checks failed
Run nix flake check / flake-check (push) Failing after 38s

This commit is contained in:
2025-09-17 19:05:09 +02:00
parent d1edbe8603
commit 440f324909

View File

@@ -1,4 +1,4 @@
{ pkgs, ... }: { pkgs, lib, ... }:
{ {
programs.alvr.enable = true; programs.alvr.enable = lib.warn "alvr disabled due to build failure" false;
} }