Skip to content

Commit

Permalink
use nim releases
Browse files Browse the repository at this point in the history
  • Loading branch information
elcritch committed Jul 24, 2024
1 parent eb77bb5 commit f370b1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions esp-idf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ RUN : \
esac \
&& NIM_PLATFORM=${TARGETOS}_${TARCH} \
&& env \
&& echo "downloading: " https://nim-lang.org/download/nim-${NIM_VERSION}-linux_${NIM_PLATFORM}.tar.xz \
&& wget https://nim-lang.org/download/nim-${NIM_VERSION}-linux_${NIM_PLATFORM}.tar.xz \
&& echo "downloading: " https://nim-lang.org/download/nim-${NIM_VERSION}-${NIM_PLATFORM}.tar.xz \
&& wget https://nim-lang.org/download/nim-${NIM_VERSION}-${NIM_PLATFORM}.tar.xz \
&& tar xf nim-${NIM_VERSION}-${NIM_PLATFORM}.tar.xz \
&& mv -v nim-* /usr/local/ \
&& for b in atlas nim nimble nim_dbg nim-gdb nimgrep nimpretty nimsuggest testament; \
Expand Down

0 comments on commit f370b1b

Please sign in to comment.