From e0de716ee6e01f9542f24c8738de2edd9d3055b3 Mon Sep 17 00:00:00 2001 From: Vito Tumas <5780819+Tapanito@users.noreply.github.com> Date: Tue, 4 Aug 2026 15:49:18 +0200 Subject: [PATCH] fix: Watch nix/*.nix files for direnv cache invalidation (#7948) --- .envrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.envrc b/.envrc index 3550a30f2d..cecf4b4767 100644 --- a/.envrc +++ b/.envrc @@ -1 +1,3 @@ +watch_file nix/*.nix + use flake