Unverified Commit 3244da6d authored by Zane van Iperen's avatar Zane van Iperen
Browse files

nixos/tabby: fix invalid mkRemovedOptionModule import

parent 8bcd7d05
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")
  ];