nimble icon indicating copy to clipboard operation
nimble copied to clipboard

Package manager for the Nim programming language.

Results 172 nimble issues
Sort by recently updated
recently updated
newest added

### Description nimble build tries to download a resource from https://github... URL, but can't because it fails to validate the cert because ```No SSL/TLS CA certificates found``` ### Nim Version...

Ok i got ``` nim ``` to install and ran ``` koch tools ``` and then when i went to install something ( ``` nasher ``` ) i got this:...

I have some nimble files that work satisfactorily when local to my machine, but `nimble install` fails to install them. I just now put the files up to SourceForge, having...

Installing `msgpack4nim` on Windows versus Linux/macOS yields a different hash for the nimble lock file. I think it's because of https://github.com/jangko/msgpack4nim/blob/master/.gitattributes#L1 which the comment suggests changes line endings for all...

There is `rust-toolchain.toml` in rust ecosystem. When use arbitrary version of `cargo` to build a Rust project with `rust-toolchain.toml` It will automatically communicate with `rustup` and select the specific toolchain...

When Nim executable is not found, then `nimble -v` will try to download and bootstrap the Nim compiler from sources, even though it's not necessary at all to have a...

I'm bumping into this error ``` syncfile.nim(48) getSyncFilePath Error: Sync file require current working directory to be under some supported type of version control. Hint: Put package's working directory under...

os: windows git: 2.41.0, 2.45.2 nimble: v0.14.2 nim: 2.0.6 stable choosenim: v0.8.4 Cannot install any existing package using `nimble install` example: ```cmd D:\Documents REALLY\Programming\language\Nim\first>nimble install mummy Downloading https://github.com/guzba/mummy using git...

``` nimble --help Downloading Official package list Success Package list downloaded. Downloading https://github.com/nim-lang/Nim.git using git Info: compiling nim in /tmp/nimble_10529/githubcom_nimlangNimgit ... ```

Bug
High Priority
Easy