From 440f324909e7fcf08c6a633e37fd31d196f072c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Wed, 17 Sep 2025 19:05:09 +0200 Subject: [PATCH] gunter: temp disable alvr --- hosts/gunter/alvr.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }