diff options
| author | unwox <me@unwox.com> | 2025-09-08 15:35:44 +0600 |
|---|---|---|
| committer | unwox <me@unwox.com> | 2025-09-08 15:42:13 +0600 |
| commit | 9470b10bdd9e1cc166a4b9ddfbdf09d1c4818ae8 (patch) | |
| tree | d7d76f00078ea8abd9cac0fc43a66e53d2d81dde /bin/fetch.fnl | |
| parent | 43a3ad32f9a17b23f211f61c28e37296ac4447f9 (diff) | |
update according to changes in luna
Diffstat (limited to 'bin/fetch.fnl')
| -rw-r--r-- | bin/fetch.fnl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/fetch.fnl b/bin/fetch.fnl index bc7a827..a28af42 100644 --- a/bin/fetch.fnl +++ b/bin/fetch.fnl @@ -2,8 +2,6 @@ (tset package :path (.. package.path ";./vendor/lpeglj/?.lua")) -(local fennel (require :vendor.fennel)) - (local array (require :lib.array)) (local cache (require :lib.cache)) (local {: must} (require :lib.utils)) |
