From 844f14244dd994a072e921f3b63f35c03057d156 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Tue, 4 Jun 2024 08:45:30 +0300 Subject: [PATCH] Import compiler from "$nim" --- src/nimblepkg/tools.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nimblepkg/tools.nim b/src/nimblepkg/tools.nim index 9a74d582..591104a4 100644 --- a/src/nimblepkg/tools.nim +++ b/src/nimblepkg/tools.nim @@ -8,7 +8,7 @@ import osproc, pegs, strutils, os, uri, sets, json, parseutils, strformat, from net import SslCVerifyMode, newContext, SslContext import version, cli, common, packageinfotypes, options, sha1hashes -from compiler/nimblecmd import getPathVersionChecksum +from "$nim" / compiler/nimblecmd import getPathVersionChecksum proc extractBin(cmd: string): string = if cmd[0] == '"':