diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-17 01:16:52 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-17 01:16:52 +0200 |
commit | 758ac190867d379e9d5e563d922561d08742dc7a (patch) | |
tree | cac9fc2da92d7621eb30e507c2af70d976bbb6f7 /fnl | |
parent | c7468932d0d19b9f8f30a51fb79f238dfffcc0d9 (diff) |
fix(install): remove bootstrap
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/install.fnl | 1 |
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] |