nim-workspace/.envrc

9 lines
252 B
Plaintext
Raw Permalink Normal View History

#!/usr/bin/env bash
source ./scripts/rebuild-nim
source ./scripts/rebuild-nimble
2022-12-21 13:16:06 +00:00
export PATH="$(pwd)/bin:$(realpath ~/.cache/nim-workspace/bin/):$HOME/.nimble/bin:$(pwd)/${NIM_DIR}/bin:$(pwd)/scripts:${PATH}"
source ./scripts/rebuild-languageserver