Skip to content

Commit

Permalink
Bump nix-direnv version to 3.0.6
Browse files Browse the repository at this point in the history
Taken from the section [Direnv source_url](https://github.com/nix-community/nix-direnv?tab=readme-ov-file#direnv-source_url)
on the README of nix-direnv.
  • Loading branch information
Chan-Siu-Man committed Oct 20, 2024
1 parent 7f83a26 commit 1d8656a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/direnv.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ files
if direnv.enable then
{
".envrc".content = m%"
if ! has nix_direnv_version || ! nix_direnv_version 2.4.0; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.4.0/direnvrc" "sha256-XQzUAvL6pysIJnRJyR7uVpmUSZfc7LSgWQwq/4mBr1U="
if ! has nix_direnv_version || ! nix_direnv_version 3.0.6; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.6/direnvrc" "sha256-RYcUJaRMf8oF5LznDrlCXbkOQrywm0HDv1VjYGaJGdM="
fi
watch_file project.ncl nickel.lock.ncl
source_env_if_exists ".envrc.private"
Expand Down

0 comments on commit 1d8656a

Please sign in to comment.