From 69571dc48dad0043640fc80b1dc6f0b1f8a52be7 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 16 Oct 2021 21:10:28 -0400 Subject: nix .envrc related --- .envrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.envrc') diff --git a/.envrc b/.envrc index 03af170..72eefc7 100644 --- a/.envrc +++ b/.envrc @@ -3,6 +3,6 @@ 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 +if [ -e .env/local ]; then # source an additional user-specific .envrc in ./.env/local + source .env/local fi -- cgit v1.2.3