Unverified Commit 0bf9d503 authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

nixos/tabby: fix invalid mkRemovedOptionModule import (#371747)

parents a0fe078b 3244da6d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -16,7 +16,8 @@ in
{
  imports = [
    (mkRemovedOptionModule [
      "settings"
      "services"
      "tabby"
      "indexInterval"
    ] "These options are now managed within the tabby WebGUI")
  ];