diff --git a/hosts/gunter/alvr.nix b/hosts/gunter/alvr.nix index 6c4ffe2..0295de1 100644 --- a/hosts/gunter/alvr.nix +++ b/hosts/gunter/alvr.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ pkgs, lib, ... }: { - programs.alvr.enable = true; + programs.alvr.enable = lib.warn "alvr disabled due to build failure" false; }