Skip to content

Commit 14d31a7

Browse files
authored
chore: update nix-direnv from 1.5.0 to 3.0.5 (#3700)
Signed-off-by: Atte Niemi <4998544+hur@users.noreply.github.com>
1 parent 5c66c71 commit 14d31a7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.envrc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
if ! has nix_direnv_version || ! nix_direnv_version 1.5.0; then
2-
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/1.5.0/direnvrc" "sha256-carKk9aUFHMuHt+IWh74hFj58nY4K3uywpZbwXX0BTI="
1+
if ! has nix_direnv_version || ! nix_direnv_version 3.0.5; then
2+
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.5/direnvrc" "sha256-RuwIS+QKFj/T9M2TFXScjBsLR6V3A17YVoEW/Q6AZ1w="
33
fi
4+
45
use flake
56

67
dotenv_if_exists

0 commit comments

Comments
 (0)