summaryrefslogtreecommitdiff
path: root/.envrc
blob: f92a60c168210a9058f7709515ff2cbac77008f8 (plain)
1
2
3
4
5
6
7
8
# If we are a computer with nix-shell available, then use that to setup
# the build environment with exactly what we need.
if has nix; then
  watch_file nix/{devShell,package,wraptest}.nix
  use flake
fi

source_env_if_exists .envrc.local