gunter: temp disable alvr
Some checks failed
Run nix flake check / flake-check (push) Failing after 38s
Some checks failed
Run nix flake check / flake-check (push) Failing after 38s
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
programs.alvr.enable = true;
|
||||
programs.alvr.enable = lib.warn "alvr disabled due to build failure" false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user