diff --git a/etcnixos/vr.nix b/etcnixos/vr.nix index 7a3253f..83f3524 100644 --- a/etcnixos/vr.nix +++ b/etcnixos/vr.nix @@ -14,15 +14,6 @@ enable = true; openFirewall = true; - package = ( - # https://github.com/NixOS/nixpkgs/pull/391367 - pkgs.wivrn.overrideAttrs (old: { - cmakeFlags = old.cmakeFlags ++ [ - (lib.cmakeFeature "OPENCOMPOSITE_SEARCH_PATH" "${pkgs.opencomposite}/lib/opencomposite") - ]; - }) - ); - # Write information to /etc/xdg/openxr/1/active_runtime.json, VR applications # will automatically read this and work with wivrn defaultRuntime = true;