From d0465e3837a71afae2f1a6f42eb923350d826e27 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 27 Jan 2021 10:45:51 -0500 Subject: shell.nix project.nix spine.nix mkDub.nix --- .envrc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to '.envrc') diff --git a/.envrc b/.envrc index dd2752c..2721ba3 100644 --- a/.envrc +++ b/.envrc @@ -1,13 +1,13 @@ if type lorri &>/dev/null; then - echo "direnv: using lorri from PATH ($(type -p lorri))" - eval "$(lorri direnv)" + echo "direnv: using lorri from PATH ($(type -p lorri))" + eval "$(lorri direnv)" else - # fall back to using direnv's builtin nix support - # to prevent bootstrapping problems. - use nix - NIX_ENFORCE_PURITY=0 + # fall back to using direnv's builtin nix support + # to prevent bootstrapping problems. + use nix + NIX_ENFORCE_PURITY=0 fi # source an additional user-specific .envrc in ./.envrc-local if [ -e .envrc-local ]; then - source .envrc-local + source .envrc-local fi -- cgit v1.2.3