From 86afa812ed3dc7e6cac0b2a3702261ca33c4deba Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 6 Nov 2024 15:53:39 -0600 Subject: [PATCH] chore: update .envrc nix direnv --- .envrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.envrc b/.envrc index 89e26e25..92dbd25f 100644 --- a/.envrc +++ b/.envrc @@ -1,6 +1,6 @@ # vim: ft=bash -if ! has nix_direnv_version || ! nix_direnv_version 2.5.1; then - source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.5.1/direnvrc" "sha256-puRzug17Ed4JFS2wbpqa3k764QV6xPP6O3A/ez/JpOM=" +if ! has nix_direnv_version || ! nix_direnv_version 3.0.6; then + source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.6/direnvrc" "sha256-RYcUJaRMf8oF5LznDrlCXbkOQrywm0HDv1VjYGaJGdM=" fi use flake