diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2021-02-10 22:24:53 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-11 07:24:53 +0100 |
commit | b7dd8e7dff633692f61f8393315016fb4e9bdbee (patch) | |
tree | c74a3271b640288dd09802659298c393f5bbf6ff /compiler | |
parent | d4f7f1d8f3ce28c92ef2fd5acea51ba41ff235c0 (diff) | |
download | Nim-b7dd8e7dff633692f61f8393315016fb4e9bdbee.tar.gz |
unbundle fusion (#16925)
* unbundle fusion * changelog * address comment: `./koch fusion` calls nimble install fusion (at a fixed hash)
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/installer.ini | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/installer.ini b/compiler/installer.ini index 2f11d0df9..fb5081117 100644 --- a/compiler/installer.ini +++ b/compiler/installer.ini @@ -76,7 +76,6 @@ Files: "lib" [Other] Files: "examples" Files: "dist/nimble" -Files: "dist/fusion" Files: "tests" |