Commit Graph

1 Commits

Author SHA1 Message Date
Ivan Yonchovski 88838ba23d Initial support for nimble lock files
- Add parallel ci-lock.yml
- In order to sync the lock file do the following:

``` bash
nimble lock --developFile=nimble-update-lock.develop
```

Note that --developFile support for lock is part of  this PR
https://github.com/nim-lang/nimble/pull/1125 to be merged. If it is not merged,
then you can rename nimble-update-lock.develop to nimble.develop and `nimble
lock` will work just fine.

- I have used different `nim` version for the lock file because current `nim`
does not have the proper nimble structure. I can bump the version in NBS if you
want. I have also changed the versions of some of the packages in `vendor`
folder to pass nimble version checks
2023-07-21 16:03:33 +03:00