home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 1e97bf42db84994ffe68808293d0af64de4aa3dd
parent 7a1d318386702548bf69f8b9845301f13950a668
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed, 15 Sep 2021 18:23:49 +0200

Update .envrc to watch root default.nix 🐇

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
M.envrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.envrc b/.envrc @@ -1,6 +1,7 @@ use_nix shell.nix watch_file ./shell.nix +watch_file ./default.nix watch_file ./nix/sources.json watch_file ./nix/default.nix