summary refs log tree commit diff stats
path: root/testament/important_packages.nim
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2023-02-09 20:00:56 +0800
committerGitHub <noreply@github.com>2023-02-09 20:00:56 +0800
commitbe4912681f0da91f01b93f25861021e085ff5846 (patch)
treec52719a1d24b6dae500610e923a1b903985b0944 /testament/important_packages.nim
parent9fb4c2b3c765f993ba0055b281de19786a484c61 (diff)
downloadNim-be4912681f0da91f01b93f25861021e085ff5846.tar.gz
add `nimib` to important packages (#20697)
r

Co-authored-by: Clay Sweetser <Varriount@users.noreply.github.com>
Diffstat (limited to 'testament/important_packages.nim')
-rw-r--r--testament/important_packages.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim
index 90d12df4e..b3a4bfb82 100644
--- a/testament/important_packages.nim
+++ b/testament/important_packages.nim
@@ -105,6 +105,7 @@ pkg "nimfp", "nim c -o:nfp -r src/fp.nim"
 pkg "nimgame2", "nim c --mm:refc nimgame2/nimgame.nim"
   # XXX Doesn't work with deprecated 'randomize', will create a PR.
 pkg "nimgen", "nim c -o:nimgenn -r src/nimgen/runcfg.nim"
+pkg "nimib"
 pkg "nimlsp"
 pkg "nimly", "nim c -r tests/test_readme_example.nim"
 pkg "nimongo", "nimble test_ci", allowFailure = true