nixos/wivrn: Fix module option being removed without new error (#505760)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user