Skip to content

Commit 2afb9c8

Browse files
committed
chore: let direnv watch every .nix file when using nix
1 parent 03f5bcc commit 2afb9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.envrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source_env_if_exists .envrc.user
44

55
if ${UNBLOB_USE_DEVENV:-true}; then
6-
watch_file flake.nix flake.lock devenv.nix
6+
watch_file *.nix flake.lock
77
use nix \
88
--option extra-substituters "https://unblob.cachix.org" \
99
--option extra-trusted-public-keys "unblob.cachix.org-1:5kWA6DwOg176rSqU8TOTBXWxsDB4LoCMfGfTgL5qCAE="

0 commit comments

Comments
 (0)