things
This commit is contained in:
@@ -5,17 +5,7 @@
|
||||
openFirewall = true;
|
||||
|
||||
# WiVRn 0.20
|
||||
package = (
|
||||
inputs.wivrn.legacyPackages.${pkgs.system}.wivrn.overrideAttrs (old: {
|
||||
patches = [
|
||||
# Fixes build, see: https://github.com/NixOS/nixpkgs/pull/350069#issuecomment-2425149854
|
||||
(pkgs.fetchurl {
|
||||
url = "https://github.com/WiVRn/WiVRn/commit/d85916b6aaba3b4e9a7367e973b14f60507701fd.diff";
|
||||
sha256 = "vm25kWfu2q1d7lL1zW8FNDUxUn25YpuoEYFbNChCWas=";
|
||||
})
|
||||
];
|
||||
})
|
||||
);
|
||||
package = inputs.wivrn.legacyPackages.${pkgs.system}.wivrn.overrideAttrs;
|
||||
|
||||
# Write information to /etc/xdg/openxr/1/active_runtime.json, VR applications
|
||||
# will automatically read this and work with wivrn
|
||||
|
||||
Reference in New Issue
Block a user