Skip to content

Commit

Permalink
Import compiler from "$nim" (#1225)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmry committed Jun 6, 2024
1 parent e21e0e7 commit ed0b6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nimblepkg/tools.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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] == '"':
Expand Down

0 comments on commit ed0b6ee

Please sign in to comment.