nim-codex/.github
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
..
ISSUE_TEMPLATE Add Feature request template (#465) 2023-06-29 08:44:04 +03:00
actions/nimbus-build-system Fix CI (#339) 2023-02-06 17:15:02 +01:00
workflows Initial support for nimble lock files 2023-07-21 16:03:33 +03:00