`nimble install` doesn't work
- Dominant language
- Nim
- Stars
- 23
- Forks
- 17
- Avg merge
- 13h 57m
- Merged PRs (30d)
- 1
Description
```text
Error: Could not read package info file in /home/foo/.nimble/pkgs/configlet-4.0.0/configlet.nimble;
... Reading as ini file failed with:
... Invalid section: .
... Evaluating as NimScript file failed with:
... /home/foo/.nimble/pkgs/configlet-4.0.0/configlet.nimble(1, 15) Error: cannot open file: patches/patch
... printPkgInfo() failed.
```
Both the build workflow (which only runs on release) and the tests workflow use `nimble --accept install --depsOnly`, which does work. So it looks like this will only affect people who clone the configlet repo and then run `nimble install`.
The cause is probably https://github.com/exercism/configlet/commit/1a295da327cd1e647a7feffe0387857e787eb30b.
Reported by @ErikSchierboom
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.