1

move setup to .envrc

This commit is contained in:
Motiejus Jakštys
2021-06-28 14:00:47 +03:00
parent 82053e2127
commit bbb985362b
2 changed files with 7 additions and 11 deletions

View File

@@ -1,6 +1,5 @@
#!/bin/bash
# 'bazel' binary is stored in $HOME in builds.sr.ht.
export PATH=$PATH:$HOME
# -o pipefail fails `bazel aquery ...`: it errs if it can't output to stdout.
set -xeu