File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
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.5 ; then
74
- source_url " https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.5 /direnvrc" " sha256-RuwIS+QKFj/T9M2TFXScjBsLR6V3A17YVoEW/Q6AZ1w="
73
+ if ! has nix_direnv_version || ! nix_direnv_version 3.0.6 ; then
74
+ source_url " https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.6 /direnvrc" " sha256-RuwIS+QKFj/T9M2TFXScjBsLR6V3A17YVoEW/Q6AZ1w="
75
75
fi
76
76
```
77
77
Original file line number Diff line number Diff line change 10
10
# https://github.com/abathur/resholve/issues/107
11
11
resholve . mkDerivation rec {
12
12
pname = "nix-direnv" ;
13
- version = "3.0.5 " ;
13
+ version = "3.0.6 " ;
14
14
15
15
src = builtins . path {
16
16
path = ./. ;
Original file line number Diff line number Diff line change 1
1
# -*- mode: sh -*-
2
2
# shellcheck shell=bash
3
3
4
- NIX_DIRENV_VERSION=3.0.5
4
+ NIX_DIRENV_VERSION=3.0.6
5
5
6
6
# min required versions
7
7
BASH_MIN_VERSION=4.4
Original file line number Diff line number Diff line change 1
1
# shellcheck shell=bash
2
- if ! has nix_direnv_version || ! nix_direnv_version 3.0.5 ; then
3
- source_url " https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.5 /direnvrc" " sha256-RuwIS+QKFj/T9M2TFXScjBsLR6V3A17YVoEW/Q6AZ1w="
2
+ if ! has nix_direnv_version || ! nix_direnv_version 3.0.6 ; then
3
+ source_url " https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.6 /direnvrc" " sha256-RuwIS+QKFj/T9M2TFXScjBsLR6V3A17YVoEW/Q6AZ1w="
4
4
fi
5
5
use flake
You can’t perform that action at this time.
0 commit comments