Some checks failed
Run nix flake check / flake-check (push) Failing after 38s
5 lines
102 B
Nix
5 lines
102 B
Nix
{ pkgs, lib, ... }:
|
|
{
|
|
programs.alvr.enable = lib.warn "alvr disabled due to build failure" false;
|
|
}
|