Unverified Commit 7f4128bf authored by dish's avatar dish Committed by GitHub
Browse files

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

parents e736e256 5b8c4fc5
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";