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 @@ -133,8 +133,8 @@ via home-manager section.
133
133
Put the following lines in your ` .envrc ` :
134
134
135
135
``` bash
136
- if ! has nix_direnv_version || ! nix_direnv_version 1.6.0 ; then
137
- source_url " https://raw.githubusercontent.com/nix-community/nix-direnv/1.6.0 /direnvrc" " sha256-FqqbUyxL8MZdXe5LkMgtNo95raZFbegFpl5k2+PrCow ="
136
+ if ! has nix_direnv_version || ! nix_direnv_version 1.6.1 ; then
137
+ source_url " https://raw.githubusercontent.com/nix-community/nix-direnv/1.6.1 /direnvrc" " sha256-P2S98+KgnN3WN+MPDY5wpg5Cqu3VYhxiCZH09cD88z8 ="
138
138
fi
139
139
```
140
140
Original file line number Diff line number Diff line change 12
12
#
13
13
# Checks that the nix-direnv version is at least as old as <version_at_least>.
14
14
nix_direnv_version() {
15
- declare major='1' minor='6' patch='0 ' # UPDATE(nix-direnv version)
15
+ declare major='1' minor='6' patch='1 ' # UPDATE(nix-direnv version)
16
16
17
17
[[ $1 =~ ^([^+-.]*)(\.?)([^+-.]*)(\.?)([^+-]*)(-?)([^+]*)(\+?)(.*)$ ]]
18
18
declare -a ver; ver=("${BASH_REMATCH[@]:1}")
Original file line number Diff line number Diff line change 1
- if ! has nix_direnv_version || ! nix_direnv_version 1.6.0 ; then
2
- source_url " https://raw.githubusercontent.com/nix-community/nix-direnv/1.6.0 /direnvrc" " sha256-FqqbUyxL8MZdXe5LkMgtNo95raZFbegFpl5k2+PrCow ="
1
+ if ! has nix_direnv_version || ! nix_direnv_version 1.6.1 ; then
2
+ source_url " https://raw.githubusercontent.com/nix-community/nix-direnv/1.6.1 /direnvrc" " sha256-P2S98+KgnN3WN+MPDY5wpg5Cqu3VYhxiCZH09cD88z8 ="
3
3
fi
4
4
use flake
You can’t perform that action at this time.
0 commit comments