mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-15 00:00:07 +02:00
9 lines
191 B
Nim
9 lines
191 B
Nim
import strutils
|
|
|
|
const
|
|
nimblePkgDirs = staticExec "findpaths B_FIND_PATH_DATA_DIRECTORY nimble/pkgs"
|
|
|
|
when defined nimbabel:
|
|
for d in nimblePkgDirs.splitLines:
|
|
switch "NimblePath", d
|