From 00ebfe9f3648156a658039cddd89f680576bef59 Mon Sep 17 00:00:00 2001 From: jwillikers <19399197+jwillikers@users.noreply.github.com> Date: Sat, 16 May 2026 00:37:33 +0000 Subject: [PATCH] chore(deps): Update nix-direnv --- .envrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.envrc b/.envrc index a2d8522..71dd5fe 100644 --- a/.envrc +++ b/.envrc @@ -1,4 +1,4 @@ -if ! has nix_direnv_version || ! nix_direnv_version 3.0.7; then +if ! has nix_direnv_version || ! nix_direnv_version 3.1.1; then source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.7/direnvrc" "sha256-bn8WANE5a91RusFmRI7kS751ApelG02nMcwRekC/qzc=" fi