From 7a67120d1591df2eb15aa3e5231fc75b0a264f1f Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Sun, 16 Nov 2025 01:08:29 -0500 Subject: [PATCH] vr: remove pr #391367 fix --- etcnixos/vr.nix | 9 --------- 1 file changed, 9 deletions(-) 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;