File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,8 +89,8 @@ keep-outputs = true
89
89
Put the following lines in your ` .envrc ` :
90
90
91
91
``` bash
92
- if ! has nix_direnv_version || ! nix_direnv_version 2.1.1 ; then
93
- source_url " https://raw.githubusercontent.com/nix-community/nix-direnv/2.1.1 /direnvrc" " sha256-b6qJ4r34rbE23yWjMqbmu3ia2z4b2wIlZUksBke/ol0="
92
+ if ! has nix_direnv_version || ! nix_direnv_version 2.2.0 ; then
93
+ source_url " https://raw.githubusercontent.com/nix-community/nix-direnv/2.2.0 /direnvrc" " sha256-b6qJ4r34rbE23yWjMqbmu3ia2z4b2wIlZUksBke/ol0="
94
94
fi
95
95
```
96
96
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ _nix_direnv_preflight () {
43
43
#
44
44
# Checks that the nix-direnv version is at least as old as <version_at_least>.
45
45
nix_direnv_version() {
46
- declare major='2' minor='1 ' patch='0' # UPDATE(nix-direnv version)
46
+ declare major='2' minor='2 ' patch='0' # UPDATE(nix-direnv version)
47
47
48
48
[[ $1 =~ ^([^+-.]*)(\.?)([^+-.]*)(\.?)([^+-]*)(-?)([^+]*)(\+?)(.*)$ ]]
49
49
declare -a ver; ver=("${BASH_REMATCH[@]:1}")
You can’t perform that action at this time.
0 commit comments