From decc676e917664fabf90b06cf9fc29d236a416da Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 2 Apr 2024 00:17:28 -0400 Subject: Update direnv 1.5.1 -> 3.0.4 As a followup to 6040b2ceae7e6f4a0d41052663bf7826d1e52b4a, maybe this will improve the direnv loading time & frequency issue. --- .envrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.envrc') diff --git a/.envrc b/.envrc index 694fd09..bbcbf3c 100644 --- a/.envrc +++ b/.envrc @@ -1,7 +1,7 @@ # setup dev environment using direnv # - if ! has nix_direnv_version || ! nix_direnv_version 1.5.1; then - source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/1.5.1/direnvrc" "sha256-p4CDMJjuBmEh9pkn2aoJrZqr0DlPZHPU7eXOSDzzcuo=" + if ! has nix_direnv_version || ! nix_direnv_version 3.0.4; then + source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.4/direnvrc" "sha256-DzlYZ33mWF/Gs8DDeyjr8mnVmQGx7ASYqA5WlxwvBG4=" fi # # watch some files that effect the dev environment -- cgit v1.2.3