3 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
Ivan Yonchovski
e1998e0b61
Sync submodule dependencies and lock file (#134)
- I have performed synchronization using `add-all-vendor-projects` and `nimble
lock` in `nim-workspaces` project
2022-07-19 09:31:32 -06:00
Zahary Karadjov
b658192540
Nimble lock file 2022-04-12 16:59:00 +03:00