diff --git a/.envrc b/.envrc index 83da11d20..25cab32ec 100644 --- a/.envrc +++ b/.envrc @@ -8,6 +8,7 @@ watch_file './rust-toolchain.toml' watch_file './site_scons/env.py' eval $(./site_scons/env.py --export) + export SCONSFLAGS="${SCONSFLAGS:-} --directory=$(expand_path .)" @@ -57,4 +58,5 @@ if [ ! -f "$DIRENV_INSTALLED_CRATES" ]; then invoke deps.cargo.install fi + pre-commit install --allow-missing-config