mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
6 lines
206 B
Nim
6 lines
206 B
Nim
switch("clearNimblePath")
|
|
switch("nimblePath", "$projectdir/nimbleDir/simplePkgs")
|
|
switch("path", "$nimblepath/pkgA-0.1.0")
|
|
switch("path", "$nimblepath/pkgB-#head")
|
|
switch("path", "$nimblepath/pkgC-#head")
|