aboutsummaryrefslogtreecommitdiffhomepage
path: root/.envrc
blob: e0f4a75ae9326fb481ed72b52f012d7dd41f1ec2 (plain)
1
2
3
4
5
6
7
8
9
10
11
if [ -f .envrc-git-init ]; then
  source_env_if_exists .envrc-git-init || source .envrc-git-init
fi
if [ -f .envrc-local ]; then
  source_env_if_exists .envrc-local || source .envrc-local
fi
if [ -f .envrc-nix ]; then
  source_env_if_exists .envrc-nix || source .envrc-nix
fi
PATH_add result/bin
#nix flake update && nix flake check --show-trace && nix flake show