Skip to content

Commit

Permalink
envrc: update nix-direnv
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Dec 14, 2023
1 parent 93eb565 commit 5622d1c
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,6 +1,6 @@
if ! has nix_direnv_version || ! nix_direnv_version 2.3.0; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.3.0/direnvrc" "sha256-Dmd+j63L84wuzgyjITIfSxSD57Tx7v51DMxVZOsiUD8="
if ! has nix_direnv_version || ! nix_direnv_version 3.0.0; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.0/direnvrc" "sha256-21TMnI2xWX7HkSTjFFri2UaohXVj854mgvWapWrxRXg="
fi

nix_direnv_watch_file poetry.lock
watch_file poetry.lock
use flake

0 comments on commit 5622d1c

Please sign in to comment.