Skip to content

Commit

Permalink
build(direnv): Upgrade nix-direnv to 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
PetarKirov committed Jan 19, 2024
1 parent 5a98752 commit 8ea379d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .envrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# shellcheck shell=bash
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.4; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.4/direnvrc" "sha256-DzlYZ33mWF/Gs8DDeyjr8mnVmQGx7ASYqA5WlxwvBG4="
fi

dotenv_if_exists
nix_direnv_watch_file shell.nix
watch_file shell.nix
use flake

0 comments on commit 8ea379d

Please sign in to comment.