From d07ef96d282f1b6637a099dd67fae04dea595117 Mon Sep 17 00:00:00 2001 From: Jack O'Sullivan Date: Tue, 9 Jan 2024 13:33:00 +0000 Subject: [PATCH] envrc: Use `watch_file` instead of `nix_direnv_watch_file` --- .envrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.envrc b/.envrc index 26967a1..28bfe57 100644 --- a/.envrc +++ b/.envrc @@ -1,2 +1,2 @@ -nix_direnv_watch_file devshell/{default,commands,install,vm-tasks}.nix +watch_file devshell/{default,commands,install,vm-tasks}.nix use flake