diff --git a/doc/interoperability/openxr.md b/doc/interoperability/openxr.md new file mode 100644 index 000000000000000..af50368f4a39350 --- /dev/null +++ b/doc/interoperability/openxr.md @@ -0,0 +1,5 @@ +# OpenXR in NixOS + +OpenXR is a standard for eXtended Reality (XR) applications and drivers (providers). + +OpenXR runtime providers must ensure that their provided `library_path` can be loaded by Nix applications. If your OpenXR runtime provider runs in a FHSEnv, this means you may have to patch the program to run `autopatchelf` to link dependencies to the Nix store.