1
Fork 0

fix .envrc

nix
Motiejus Jakštys 2021-07-21 16:28:33 +03:00
parent a71f17adf8
commit 9152ce8216
1 changed files with 1 additions and 1 deletions

2
.envrc
View File

@ -4,7 +4,7 @@ arch=$(uname | tr A-Z a-z)
if [[ ! -x bin/bazel ]]; then
mkdir -p bin
wget "https://github.com/bazelbuild/bazelisk/releases/download/v1.9.0/bazelisk-$(arch)-amd64" \
wget "https://github.com/bazelbuild/bazelisk/releases/download/v1.9.0/bazelisk-${arch}-amd64" \
-O bin/bazel
chmod a+x bin/bazel
fi