Ivan Yonchovski
fb00b482eb
Avoid calling build_all* when nim binary is present ( #21522 )
...
- `nimble` will build `nim` using `bin/nim` and if it is already present we can
reuse it.
2023-03-20 18:49:59 +01:00
Ivan Yonchovski
9b5ae2b2eb
Define the version of nim package without using system module ( #21415 )
...
This is follow up from https://github.com/nim-lang/Nim/pull/21313
2023-03-02 05:30:55 +01:00
Ivan Yonchovski
43b1b9d077
Fix the nimble build on Windows ( #21314 )
...
Fix the build on Windows
- `nimble install` fails on Windows, the `./` is not needed.
2023-02-01 10:38:22 +01:00
ringabout
644318ad9c
the devel branch now uses csources_v2 ( #21108 )
...
* the devel branch now uses csources_v2
* fixes hash
* bump csources_v2
2022-12-16 07:58:40 +01:00
Ivan Yonchovski
fb2773411e
Change nim's nimble files to make it installable ( #20179 )
...
- 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 >
2022-08-31 15:06:27 -04:00