diff options
author | Vincent Ambo <mail@tazj.in> | 2022-06-03T19·22+0000 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-06-03T19·24+0000 |
commit | 3cbe10c4f6b789d25c142eda0c760db60c2897b2 (patch) | |
tree | d87dbc9d34d10e0e222c8c89fd07599940d008ea /users | |
parent | cf00365f84d4d59e8054a8de0918591e15041bbb (diff) |
fix(grfn/achilles): use parent envrc in direnv r/4206
this way the tooling provided by //.envrc will not disappear Change-Id: Icba1fe85d65316fde939ed3451e0cf80d9064382 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5836 Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'users')
-rw-r--r-- | users/grfn/achilles/.envrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/grfn/achilles/.envrc b/users/grfn/achilles/.envrc index 051d09d292a8..b80e28b4b815 100644 --- a/users/grfn/achilles/.envrc +++ b/users/grfn/achilles/.envrc @@ -1 +1,2 @@ +source_up eval "$(lorri direnv)" |