feat: Disable alvr for now

This commit is contained in:
uttarayan21
2025-05-25 23:02:24 +05:30
parent fbf6da2a81
commit 3a5dc6a4b3

View File

@@ -3,28 +3,9 @@
lib,
...
}: {
# package = pkgs.alvr.overrideAttrs (oldAttrs: {
# src = pkgs.fetchFromGitHub {
# owner = "alvr-org";
# repo = "ALVR-nightly";
# rev = "2fded66a929b6eaa7dd9c1cd986f67a6660c01bb";
# fetchSubmodules = true;
# hash = "sha256-x7RSTxHXwdjVVcbKkEA9tgER0gu8rjq0R62SAJWxoo0=";
# };
# });
programs.alvr = {
enable = true;
openFirewall = true;
package = pkgs.alvr-master;
# package = pkgs.alvr.overrideAttrs (oldAttrs: {
# nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [pkgs.cudatoolkit];
# buildInputs = oldAttrs.buildInputs ++ [pkgs.cudatoolkit];
# patches = [
# (pkgs.replaceVars ../../../patches/fix-finding-libs.patch {
# ffmpeg = lib.getDev pkgs.ffmpeg;
# x264 = lib.getDev pkgs.x264;
# })
# ];
# });
};
# programs.alvr = {
# enable = true;
# openFirewall = true;
# package = pkgs.alvr-master;
# };
}