From 7287d4e62477c63542d63c7ac7b80dd62586184a Mon Sep 17 00:00:00 2001 From: dish Date: Mon, 2 Mar 2026 11:36:03 -0500 Subject: [PATCH] [envrc] update nix-direnv and remove nh stuff --- .envrc | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.envrc b/.envrc index bcb631eb..9a48bd1e 100644 --- a/.envrc +++ b/.envrc @@ -1,10 +1,5 @@ -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=" +if ! has nix_direnv_version || ! nix_direnv_version 3.1.1; then + source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.1.1/direnvrc" "sha256-p+fzQdrms/hDa7g+soShAybJNo4bN4SIAeSfqNKgD5I=" fi -export NH_NOM=1 -export NH_LOG=nh=info -NH_FLAKE=$(pwd) -export NH_FLAKE - use flake . --accept-flake-config -- 2.51.2