diff options
author | Blaž Hrastnik | 2022-02-25 09:01:47 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-02-25 09:01:47 +0000 |
commit | 78a6f77e99ed22c77122d573fb494ad5ed7434c3 (patch) | |
tree | aa363cc8fdcec7cecedbce1e38bd78bfa43305df /.envrc | |
parent | 66637be700f3c50f2d00a7445bc1be52e1115f54 (diff) |
Work around a nix-direnv issue
https://github.com/nix-community/nix-direnv/issues/109
Diffstat (limited to '.envrc')
-rw-r--r-- | .envrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,3 +3,4 @@ watch_file flake.lock # try to use flakes, if it fails use normal nix (ie. shell.nix) use flake || use nix +eval "$shellHook"
\ No newline at end of file |