mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-27 17:53:58 +00:00
make koch and tools work with nimPreviewSlimSystem (#20459)
This commit is contained in:
@@ -6,6 +6,9 @@ internal API for now, API subject to change
|
||||
|
||||
import std/[os, osproc, strutils, tempfiles]
|
||||
|
||||
when defined(nimPreviewSlimSystem):
|
||||
import std/[assertions, syncio]
|
||||
|
||||
const commitHead* = "HEAD"
|
||||
|
||||
template retryCall*(maxRetry = 3, backoffDuration = 1.0, call: untyped): bool =
|
||||
|
||||
Reference in New Issue
Block a user