Skip to content

Commit

Permalink
nix: update nix-direnv 2.3.0 -> 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thoughtpolice committed Jun 13, 2024
1 parent 4cca845 commit e9b6cb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .envrc.recommended
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

if has nix; then

if ! has nix_direnv_version || ! nix_direnv_version 2.3.0; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.3.0/direnvrc" "sha256-Dmd+j63L84wuzgyjITIfSxSD57Tx7v51DMxVZOsiUD8="
if ! has nix_direnv_version || ! nix_direnv_version 3.0.5; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.5/direnvrc" "sha256-RuwIS+QKFj/T9M2TFXScjBsLR6V3A17YVoEW/Q6AZ1w="
fi

use flake
Expand Down

0 comments on commit e9b6cb0

Please sign in to comment.