Add nimbledeps to be sure that dependencies are isolated

This commit is contained in:
Arnaud 2024-12-06 17:22:48 +01:00
parent b3d4bd40fc
commit 59be09b8a1
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@ nimcache
TODO
nimble.develop
nimble.paths
nimbledeps

View File

@ -14,3 +14,7 @@ when (NimMajor, NimMinor) > (1, 2):
when withDir(thisDir(), system.fileExists("nimble.paths")):
include "nimble.paths"
# end Nimble config
when (NimMajor, NimMinor) >= (2, 0):
--mm:refc