| commit | b941c78e6aae01f3c93d242e57de9ec4ff16105f | [log] [tgz] |
|---|---|---|
| author | Chuck Grindel <chuck.grindel@gmail.com> | Mon Dec 18 13:31:34 2023 -0700 |
| committer | GitHub <noreply@github.com> | Mon Dec 18 12:31:34 2023 -0800 |
| tree | 4603c49cb91b579e18920e0a8c9e5d5aaeeca332 | |
| parent | 5ceebc08a482536a723e4414e327d8ada48b7f4d [diff] |
fix: use `watch_file` in `.envrc` (#2343) `nix_direnv_watch_file` is deprecated and appears to have been removed from some `direnv` distributions.
diff --git a/.envrc b/.envrc index 650c81c..edea46f 100644 --- a/.envrc +++ b/.envrc
@@ -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