From b941c78e6aae01f3c93d242e57de9ec4ff16105f Mon Sep 17 00:00:00 2001 From: Chuck Grindel Date: Mon, 18 Dec 2023 13:31:34 -0700 Subject: [PATCH] fix: use `watch_file` in `.envrc` (#2343) `nix_direnv_watch_file` is deprecated and appears to have been removed from some `direnv` distributions. --- .envrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.envrc b/.envrc index 650c81c17..edea46fa9 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