nimble icon indicating copy to clipboard operation
nimble copied to clipboard

Conditional Requires in Nimble

Open heinthanth opened this issue 4 years ago • 1 comments

Hello, this is not an issue. But feature request.

requires "nim >= 1.6.4"
when not defined(noNoise): requires "noise >= 0.1.4"

Can we have this feature? Like if user pass with -d:noNoise, nimble won't download package list, packages, and work without internet access.

heinthanth avatar Mar 06 '22 02:03 heinthanth

it's like duplicate to #790 . Same idea.

heinthanth avatar Mar 06 '22 02:03 heinthanth