aboutsummaryrefslogtreecommitdiffhomepage
path: root/sundry/spine_search_cgi/.envrc
blob: 03af17096b527f3daa2dcf583a464e3fce5bd254 (plain)
1
2
3
4
5
6
7
8
NIX_ENFORCE_PURITY=0
if ! has nix_direnv_version || ! nix_direnv_version 1.4.0; then
# https://github.com/nix-community/nix-direnv
  source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/1.4.0/direnvrc" "sha256-4XfVDjv75eHMWN4G725VW7BoOV4Vl3vAabK4YXIfPyE="
fi
if [ -e .envrc-local ]; then # source an additional user-specific .envrc in ./.envrc-local
  source .envrc-local
fi