Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the nimble build on Windows (#21314) | Ivan Yonchovski | 2023-02-01 | 1 | -1/+1 |
| | | | | | Fix the build on Windows - `nimble install` fails on Windows, the `./` is not needed. | ||||
* | the devel branch now uses csources_v2 (#21108) | ringabout | 2022-12-16 | 1 | -1/+1 |
| | | | | | | | * the devel branch now uses csources_v2 * fixes hash * bump csources_v2 | ||||
* | Change nim's nimble files to make it installable (#20179) | Ivan Yonchovski | 2022-08-31 | 1 | -0/+14 |
- needs #20168 to make the stuff working I went for this minimal solution because it seems like `compiler.nimble` and `nimsuggest.nimble` are not in use Co-authored-by: Clay Sweetser <Varriount@users.noreply.github.com> |