| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
- `nimble` will build `nim` using `bin/nim` and if it is already present we can
reuse it.
|
|
|
| |
This is follow up from https://github.com/nim-lang/Nim/pull/21313
|
|
|
|
|
| |
Fix the build on Windows
- `nimble install` fails on Windows, the `./` is not needed.
|
|
|
|
|
|
|
| |
* the devel branch now uses csources_v2
* fixes hash
* bump csources_v2
|
|
- 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>
|