Skip to content

Commit

Permalink
nixos/tabby: fix invalid mkRemovedOptionModule import (#371747)
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover authored Feb 14, 2025
2 parents a0fe078 + 3244da6 commit 0bf9d50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nixos/modules/services/misc/tabby.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ in
{
imports = [
(mkRemovedOptionModule [
"settings"
"services"
"tabby"
"indexInterval"
] "These options are now managed within the tabby WebGUI")
];
Expand Down

0 comments on commit 0bf9d50

Please sign in to comment.