-
Notifications
You must be signed in to change notification settings - Fork 200
Open
Description
When running 0.22.0 on NixOS I found the --useSystemNim expects the resolved nim binary from findExe to exist in a specific layout, I think based on what the tar.xz from nim-lang is with something like parentDir/bin/nim .
When attempting to corroborate if this was a NixOS specific issue in a container it seemed to also not properly resolve choosenim installs of nim for the same reason that the binary itself is located in ~/.nimble/bin/nim so it sets the dir to ~/.nimble.
nimble/src/nimblepkg/vnext.nim
Line 153 in 802e158
| let dir = effectivePnim.parentDir.parentDir |
related to #1607
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels