diff options
author | Ben Sima <ben@bsima.me> | 2024-04-02 00:17:28 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2024-04-02 00:17:28 -0400 |
commit | decc676e917664fabf90b06cf9fc29d236a416da (patch) | |
tree | 827a17b58e944a6c0e451ed9c643ef01b0beb03a /.envrc | |
parent | d7383136dc434a35f7c7efa65343dd0bafea5256 (diff) |
Update direnv 1.5.1 -> 3.0.4
As a followup to 6040b2ceae7e6f4a0d41052663bf7826d1e52b4a, maybe this will
improve the direnv loading time & frequency issue.
Diffstat (limited to '.envrc')
-rw-r--r-- | .envrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # setup dev environment using direnv # - if ! has nix_direnv_version || ! nix_direnv_version 1.5.1; then - source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/1.5.1/direnvrc" "sha256-p4CDMJjuBmEh9pkn2aoJrZqr0DlPZHPU7eXOSDzzcuo=" + 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 # # watch some files that effect the dev environment |