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

This commit is contained in:
Donovan Glover 2025-02-14 11:19:13 +00:00 committed by GitHub
commit 0bf9d5035b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,8 @@ in
{
imports = [
(mkRemovedOptionModule [
"settings"
"services"
"tabby"
"indexInterval"
] "These options are now managed within the tabby WebGUI")
];