File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ for integration with shells other than Bash. Be sure to also allow
70
70
Put the following lines in your ` .envrc ` :
71
71
72
72
``` bash
73
- if ! has nix_direnv_version || ! nix_direnv_version 3.0.1 ; then
74
- source_url " https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.1 /direnvrc" " sha256-17G+Mvt/JsyJrwsf7bqMr7ho7liHP+0Lo4RMIHgp0F8="
73
+ if ! has nix_direnv_version || ! nix_direnv_version 3.0.2 ; then
74
+ source_url " https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.2 /direnvrc" " sha256-17G+Mvt/JsyJrwsf7bqMr7ho7liHP+0Lo4RMIHgp0F8="
75
75
fi
76
76
```
77
77
Original file line number Diff line number Diff line change 1
1
# shellcheck shell=bash
2
2
3
- NIX_DIRENV_VERSION=3.0.1
3
+ NIX_DIRENV_VERSION=3.0.2
4
4
5
5
# min required versions
6
6
BASH_MIN_VERSION=4.4
Original file line number Diff line number Diff line change 1
- if ! has nix_direnv_version || ! nix_direnv_version 3.0.1 ; then
2
- source_url " https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.1 /direnvrc" " sha256-17G+Mvt/JsyJrwsf7bqMr7ho7liHP+0Lo4RMIHgp0F8="
1
+ if ! has nix_direnv_version || ! nix_direnv_version 3.0.2 ; then
2
+ source_url " https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.2 /direnvrc" " sha256-17G+Mvt/JsyJrwsf7bqMr7ho7liHP+0Lo4RMIHgp0F8="
3
3
fi
4
4
use flake
You can’t perform that action at this time.
0 commit comments