From fb0690a536c9abe415f769c9e402ca497c955f9c Mon Sep 17 00:00:00 2001 From: Gavin John Date: Sun, 25 Aug 2024 14:08:16 -0700 Subject: [PATCH] doc/interoperability: add OpenXR doc --- doc/interoperability/openxr.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/interoperability/openxr.md 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.