Skip to content

Commit 152b686

Browse files
committed
build(direnv): Upgrade nix-direnv - 2.4.0 -> 3.0.6
1 parent 75ec1dd commit 152b686

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.envrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# shellcheck shell=bash
2-
if ! has nix_direnv_version || ! nix_direnv_version 2.4.0; then
3-
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.4.0/direnvrc" "sha256-XQzUAvL6pysIJnRJyR7uVpmUSZfc7LSgWQwq/4mBr1U="
2+
if ! has nix_direnv_version || ! nix_direnv_version 3.0.6; then
3+
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.6/direnvrc" "sha256-RYcUJaRMf8oF5LznDrlCXbkOQrywm0HDv1VjYGaJGdM="
44
fi
55

66
dotenv_if_exists
77

88
use flake
9-
nix_direnv_watch_file "$(find ./shells -name "*.nix" -printf '"%p" ')"
9+
watch_file "$(find ./shells -name "*.nix" -printf '"%p" ')"

0 commit comments

Comments
 (0)