nake icon indicating copy to clipboard operation
nake copied to clipboard

nake breaks manu which breaks important_packages

Open timotheecour opened this issue 3 years ago • 2 comments

refs https://github.com/nim-lang/Nim/pull/18292, https://github.com/planetis-m/manu/issues/5

timotheecour avatar Jun 17 '21 23:06 timotheecour

This works fine locally as mypackage.nimble:

requires "nake"

task test, "run tests":
  exec "nake test"

However nimble can't install nake in the CI with error nake not found.

planetis-m avatar Jun 20 '21 10:06 planetis-m

this can be closed

planetis-m avatar Mar 10 '22 21:03 planetis-m