Commit 5b8c4fc5 authored by dish's avatar dish
Browse files

nixos/wivrn: Fix module option being removed without new error

parent 51866ac4
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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";