From 8ea379d6e98c1cd4c54e3b68d0a64520af93218e Mon Sep 17 00:00:00 2001 From: Petar Kirov Date: Fri, 19 Jan 2024 18:28:10 +0200 Subject: [PATCH] build(direnv): Upgrade `nix-direnv` to 3.0.4 --- .envrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.envrc b/.envrc index 65349bf..268f7fa 100644 --- a/.envrc +++ b/.envrc @@ -1,8 +1,8 @@ # shellcheck shell=bash -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.4; then + source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.4/direnvrc" "sha256-DzlYZ33mWF/Gs8DDeyjr8mnVmQGx7ASYqA5WlxwvBG4=" fi dotenv_if_exists -nix_direnv_watch_file shell.nix +watch_file shell.nix use flake