From 01636ad1cd1ac59cc7cb40d21f84a6db21ef819b Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Fri, 26 Sep 2025 12:28:18 +0100 Subject: [PATCH] =?UTF-8?q?envrc:=20nix-direnv=202.3.0=20=E2=86=92=203.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/nix-community/nix-direnv/releases https://github.com/nix-community/nix-direnv/compare/2.3.0...3.1.0 --- .envrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.envrc b/.envrc index 7f4076fb..748badeb 100644 --- a/.envrc +++ b/.envrc @@ -1,5 +1,5 @@ -if ! has nix_direnv_version || ! nix_direnv_version 2.3.0; then - source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.3.0/direnvrc" "sha256-Dmd+j63L84wuzgyjITIfSxSD57Tx7v51DMxVZOsiUD8=" +if ! has nix_direnv_version || ! nix_direnv_version 3.1.0; then + source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.1.0/direnvrc" "sha256-yMJ2OVMzrFaDPn7q8nCBZFRYpL/f0RcHzhmw/i6btJM=" fi watch_file flake/**/*