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 2.5.1 ; then
74
- source_url " https://raw.githubusercontent.com/nix-community/nix-direnv/2.5.1 /direnvrc" " sha256-puRzug17Ed4JFS2wbpqa3k764QV6xPP6O3A/ez/JpOM="
73
+ if ! has nix_direnv_version || ! nix_direnv_version 3.0.0 ; then
74
+ source_url " https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.0 /direnvrc" " sha256-puRzug17Ed4JFS2wbpqa3k764QV6xPP6O3A/ez/JpOM="
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=2.5.1
3
+ NIX_DIRENV_VERSION=3.0.0
4
4
5
5
# min required versions
6
6
BASH_MIN_VERSION=5.2
Original file line number Diff line number Diff line change 1
- if ! has nix_direnv_version || ! nix_direnv_version 2.5.1 ; then
2
- source_url " https://raw.githubusercontent.com/nix-community/nix-direnv/2.5.1 /direnvrc" " sha256-puRzug17Ed4JFS2wbpqa3k764QV6xPP6O3A/ez/JpOM="
1
+ if ! has nix_direnv_version || ! nix_direnv_version 3.0.0 ; then
2
+ source_url " https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.0 /direnvrc" " sha256-puRzug17Ed4JFS2wbpqa3k764QV6xPP6O3A/ez/JpOM="
3
3
fi
4
4
use flake
You can’t perform that action at this time.
0 commit comments