Skip to content

Commit 372002c

Browse files
PetarKirovMartinNikov
authored andcommitted
build(direnv): Upgrade nix-direnv to 3.0.6
1 parent 2775918 commit 372002c

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,5 +1,5 @@
1-
if ! has nix_direnv_version || ! nix_direnv_version 2.2.0; then
2-
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.2.0/direnvrc" "sha256-5EwyKnkJNQeXrRkYbwwRBcXbibosCJqyIUuz9Xq+LRc="
1+
if ! has nix_direnv_version || ! nix_direnv_version 3.0.6; then
2+
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.6/direnvrc" "sha256-RYcUJaRMf8oF5LznDrlCXbkOQrywm0HDv1VjYGaJGdM="
33
fi
4-
nix_direnv_watch_file ./flake-shell.nix
4+
55
use flake

0 commit comments

Comments
 (0)