diff options
Diffstat (limited to 'config/types.lua')
| -rw-r--r-- | config/types.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/types.lua b/config/types.lua index 10a444d..8f80369 100644 --- a/config/types.lua +++ b/config/types.lua @@ -26,7 +26,7 @@ ---@field fetcher Fetcher | nil ---@field dependencies { [string]: Package } | "bldit" | nil ---@field opts table? ----@field recipe Recipe | "bldit" | nil +---@field recipe Recipe | fun(final_dir: string): Recipe | "bldit" | nil ---@class (exact) Config ---@field dirs Dirs |
