From 48db03710003b3d2a69f95cfc3919898f4e428a3 Mon Sep 17 00:00:00 2001 From: ParetoOptimalDev Date: Thu, 16 Feb 2023 11:06:41 -0600 Subject: [PATCH] trigger direnv rebuild when *.cabal changes (#89) fixes #88 See: https://github.com/nix-community/nix-direnv#tracked-files --- .envrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.envrc b/.envrc index 8392d15..cc94b51 100644 --- a/.envrc +++ b/.envrc @@ -1 +1,2 @@ -use flake \ No newline at end of file +nix_direnv_watch_file *.cabal +use flake