Skip to content

Commit 79bccd8

Browse files
committed
fixup
1 parent 1d60118 commit 79bccd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

koch.nim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,7 @@ proc installDeps(dep: string, commit = "") =
511511
if commit.len == 0: commit = "916cc2f94818a8a382dd8d4b8420978816c1dfb3"
512512
cloneDependency(distDir, "https://github.com/timotheecour/nim-tinyc-archive", commit)
513513
else: doAssert false, "unsupported: " & dep
514+
# xxx: also add linenoise, niminst etc, refs https://github.com/nim-lang/RFCs/issues/206
514515

515516
proc runCI(cmd: string) =
516517
doAssert cmd.len == 0, cmd # avoid silently ignoring

0 commit comments

Comments
 (0)