aboutsummaryrefslogtreecommitdiff
path: root/.envrc
diff options
context:
space:
mode:
authorBlaž Hrastnik2022-02-25 09:01:47 +0000
committerBlaž Hrastnik2022-02-25 09:01:47 +0000
commit78a6f77e99ed22c77122d573fb494ad5ed7434c3 (patch)
treeaa363cc8fdcec7cecedbce1e38bd78bfa43305df /.envrc
parent66637be700f3c50f2d00a7445bc1be52e1115f54 (diff)
Work around a nix-direnv issue
https://github.com/nix-community/nix-direnv/issues/109
Diffstat (limited to '.envrc')
-rw-r--r--.envrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.envrc b/.envrc
index 00cc6f20..8643617f 100644
--- a/.envrc
+++ b/.envrc
@@ -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