diff options
| author | dacctal <donotcontactmevia@email.invalid> | 2026-07-27 04:38:32 +0000 |
|---|---|---|
| committer | dacctal <donotcontactmevia@email.invalid> | 2026-07-27 04:38:32 +0000 |
| commit | e2cda84ebbd073ece54692c6a3d785afc6148268 (patch) | |
| tree | 9bb0e82a1a32af82338404e865cbd9bfd9cc6a01 /config/types.lua | |
| parent | a017a140b912b40a6f61b3d918daa6e7554e65ed (diff) | |
added some config stuffindev
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 |
