nixos/wivrn: Fix module option being removed without new error (#505760)

This commit is contained in:
dish
2026-04-02 15:23:51 +00:00
committed by GitHub
+5
View File
@@ -72,6 +72,11 @@ let
);
in
{
imports = [
(lib.mkRemovedOptionModule [ "services" "wivrn" "defaultRuntime" ] ''
WiVRn now manages the active runtime itself, so this option has been removed.
'')
];
options = {
services.wivrn = {
enable = mkEnableOption "WiVRn, an OpenXR streaming application";