summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-03-03 21:29:13 +0200
committerLars Wirzenius <liw@liw.fi>2024-03-03 21:29:13 +0200
commitf3896e757e73586c98d8bb7819193b1dfe425e13 (patch)
tree0bdd55d50fffd8078652d5078aed9e70325da282
parent95319c65f1b945a94cd216e30c9e6f830845c234 (diff)
downloadliw-dot-files-f3896e757e73586c98d8bb7819193b1dfe425e13.tar.gz
ambient.yaml: fix obnam project to have rustc in PATH
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
-rw-r--r--ambient.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ambient.yaml b/ambient.yaml
index c7fcb3a..5a108fe 100644
--- a/ambient.yaml
+++ b/ambient.yaml
@@ -388,6 +388,7 @@ projects:
export DEBEMAIL=liw@liw.fi
export DEBFULLNAME="Lars Wirzenius"
export CARGO_TARGET_DIR=/workspace/cache
+ export PATH="/root/.cargo/bin:$PATH"
require_cmd() {
if ! command -v "$1" >/dev/null; then