Unnamed repository; edit this file 'description' to name the repository.
Work around a nix-direnv issue
https://github.com/nix-community/nix-direnv/issues/109
Blaž Hrastnik 2022-02-25
parent 66637be · commit 78a6f77
-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