fix: use `watch_file` in `.envrc` (#2343)

`nix_direnv_watch_file` is deprecated and appears to have been removed
from some `direnv` distributions.
This commit is contained in:
Chuck Grindel 2023-12-18 13:31:34 -07:00 committed by GitHub
parent 5ceebc08a4
commit b941c78e6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
.envrc
View File

@ -6,5 +6,5 @@
# - https://marketplace.visualstudio.com/items?itemName=mkhl.direnv # - https://marketplace.visualstudio.com/items?itemName=mkhl.direnv
# Use `path:` syntax to avoid copying the entire repo to the Nix Store. # 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 use flake path:./nix