Skip to content

Commit

Permalink
fix: use watch_file in .envrc (bazelbuild#2343)
Browse files Browse the repository at this point in the history
`nix_direnv_watch_file` is deprecated and appears to have been removed
from some `direnv` distributions.
  • Loading branch information
cgrindel authored Dec 18, 2023
1 parent 5ceebc0 commit b941c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
# - https://marketplace.visualstudio.com/items?itemName=mkhl.direnv

# Use `path:` syntax to avoid copying the entire repo to the Nix Store.
nix_direnv_watch_file ./nix/flake.nix
watch_file ./nix/flake.nix
use flake path:./nix

0 comments on commit b941c78

Please sign in to comment.