diff options
Diffstat (limited to 'testament/important_packages.nim')
-rw-r--r-- | testament/important_packages.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index defd748ab..93aeb1bbc 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -1,4 +1,3 @@ -import strutils template pkg(name: string; cmd = "nimble test"; hasDeps = false; url = ""): untyped = packages.add((name, cmd, hasDeps, url)) |