From 53f76f76b070ccc19cb82a1874c5c5e2368c8374 Mon Sep 17 00:00:00 2001 From: traxys Date: Tue, 23 Jul 2024 22:04:28 +0200 Subject: [PATCH] dev: Re-evaluate direnv when a flake-module changes --- .envrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.envrc b/.envrc index 503fb6b6..7fcafe13 100644 --- a/.envrc +++ b/.envrc @@ -2,4 +2,6 @@ if ! has nix_direnv_version || ! nix_direnv_version 2.3.0; then source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.3.0/direnvrc" "sha256-Dmd+j63L84wuzgyjITIfSxSD57Tx7v51DMxVZOsiUD8=" fi +watch_file flake-modules/**/* + use flake