0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

nixos/monado: link OpenXR runtimes

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2023-12-18 16:54:15 +01:00
parent 9003167522
commit ce36e73fdb
No known key found for this signature in database
GPG key ID: E13DFD4B47127951

View file

@ -69,6 +69,7 @@ in
};
environment.systemPackages = [ cfg.package ];
environment.pathsToLink = [ "/share/openxr" ];
};
meta.maintainers = with lib.maintainers; [ Scrumplex ];