summaryrefslogtreecommitdiffhomepage
path: root/.envrc-local
blob: ce9bbb81ea92b96e7c13799822191fcf201abfac (plain)
1
2
3
4
5
6
7
8
9
#if [[ !( -f ./nix-flakes.org) && -f ../dlang-nix-flakes.org ]]; then
#  # for editing purpose link to the .org file that creates ./dlang-nix-flakes/ content
#  ln -s ../dlang-nix-flakes.org ./nix-flakes.org
#fi
if [[ ! -d ./.git ]]; then
  git init
  git add .
fi
#eval "$(nix print-dev-env)"