summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-17 01:16:52 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-17 01:16:52 +0200
commit758ac190867d379e9d5e563d922561d08742dc7a (patch)
treecac9fc2da92d7621eb30e507c2af70d976bbb6f7 /fnl
parentc7468932d0d19b9f8f30a51fb79f238dfffcc0d9 (diff)
fix(install): remove bootstrap
Diffstat (limited to 'fnl')
-rw-r--r--fnl/install.fnl1
1 files changed, 0 insertions, 1 deletions
diff --git a/fnl/install.fnl b/fnl/install.fnl
index 50fbe24..a1db5c0 100644
--- a/fnl/install.fnl
+++ b/fnl/install.fnl
@@ -2,7 +2,6 @@
(module install {autoload {a aniseed.core
plugins plugins
packer packer
- bootstrap bootstrap
util util}})
(defn- install-plugins [plgs]