From 1d8656a95abd1374ee4fbde2a1ac106fec4a3edb Mon Sep 17 00:00:00 2001 From: Chan Siu Man Date: Sun, 20 Oct 2024 11:07:29 -0700 Subject: [PATCH] Bump nix-direnv version to 3.0.6 Taken from the section [Direnv source_url](https://github.com/nix-community/nix-direnv?tab=readme-ov-file#direnv-source_url) on the README of nix-direnv. --- lib/direnv.ncl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/direnv.ncl b/lib/direnv.ncl index e2503f3..14aa9e3 100644 --- a/lib/direnv.ncl +++ b/lib/direnv.ncl @@ -19,8 +19,8 @@ files if direnv.enable then { ".envrc".content = m%" - if ! has nix_direnv_version || ! nix_direnv_version 2.4.0; then - source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.4.0/direnvrc" "sha256-XQzUAvL6pysIJnRJyR7uVpmUSZfc7LSgWQwq/4mBr1U=" + 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 watch_file project.ncl nickel.lock.ncl source_env_if_exists ".envrc.private"