File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ for integration with shells other than Bash. Be sure to also allow
7575Put the following lines in your ` .envrc ` :
7676
7777``` bash
78- if ! has nix_direnv_version || ! nix_direnv_version 3.0.6 ; then
79- source_url " https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.6 /direnvrc" " sha256-RYcUJaRMf8oF5LznDrlCXbkOQrywm0HDv1VjYGaJGdM="
78+ if ! has nix_direnv_version || ! nix_direnv_version 3.0.7 ; then
79+ source_url " https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.7 /direnvrc" " sha256-RYcUJaRMf8oF5LznDrlCXbkOQrywm0HDv1VjYGaJGdM="
8080fi
8181```
8282
Original file line number Diff line number Diff line change 1010# https://github.com/abathur/resholve/issues/107
1111resholve . mkDerivation rec {
1212 pname = "nix-direnv" ;
13- version = "3.0.6 " ;
13+ version = "3.0.7 " ;
1414
1515 src = builtins . path {
1616 path = ./. ;
Original file line number Diff line number Diff line change 11# -*- mode: sh -*-
22# shellcheck shell=bash
33
4- NIX_DIRENV_VERSION=3.0.6
4+ NIX_DIRENV_VERSION=3.0.7
55
66# min required versions
77BASH_MIN_VERSION=4.4
Original file line number Diff line number Diff line change 11# shellcheck shell=bash
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-RYcUJaRMf8oF5LznDrlCXbkOQrywm0HDv1VjYGaJGdM="
2+ if ! has nix_direnv_version || ! nix_direnv_version 3.0.7 ; then
3+ source_url " https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.7 /direnvrc" " sha256-RYcUJaRMf8oF5LznDrlCXbkOQrywm0HDv1VjYGaJGdM="
44fi
55use flake
You can’t perform that action at this time.
0 commit comments