diff options
author | Alan Pearce | 2025-03-21 21:59:30 +0100 |
---|---|---|
committer | Alan Pearce | 2025-03-21 21:59:30 +0100 |
commit | 829c3b02bed01f09b9289520287ac89d83ee32a5 (patch) | |
tree | 1c4fce80b8f1c0f84ca02b706951a95dec7e8da5 /.envrc | |
parent | add20bcbdb8f8cd91528f8c438aacfdf2317bde4 (diff) | |
download | nixfiles-829c3b02bed01f09b9289520287ac89d83ee32a5.tar.lz nixfiles-829c3b02bed01f09b9289520287ac89d83ee32a5.tar.zst nixfiles-829c3b02bed01f09b9289520287ac89d83ee32a5.zip |
fix direnv environment not reloading after npins updates
Diffstat (limited to '.envrc')
-rw-r--r-- | .envrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.envrc b/.envrc index 8b202a81..709f62c7 100644 --- a/.envrc +++ b/.envrc @@ -1,3 +1,3 @@ +watch_file npins/sources.json use nix PATH_add bin -watch_file npins/sources.json |