mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-02 21:53:05 +00:00
Add nimbledeps to be sure that dependencies are isolated
This commit is contained in:
parent
b3d4bd40fc
commit
59be09b8a1
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ nimcache
|
||||
TODO
|
||||
nimble.develop
|
||||
nimble.paths
|
||||
nimbledeps
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user