Skip to content

Commit f477fdb

Browse files
committed
feat: update .envrc
- Remove deprecated nix_direnv_watch_file call - Update nix-direnv version to 3.0.6
1 parent 09033c8 commit f477fdb

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)