aboutsummaryrefslogtreecommitdiffstats
path: root/.envrc
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-06-25 18:19:46 +0200
committerYann Herklotz <git@yannherklotz.com>2021-06-25 18:19:46 +0200
commitb5caa24b94d1b713baf069d808bf5dce665ad7e2 (patch)
tree688a3e7bba78e7207e18f72c7d2c3927eceffe06 /.envrc
parentae0f8943268c42b1985f3b8a0c5bcf2102ed3a87 (diff)
downloadzk-visual-b5caa24b94d1b713baf069d808bf5dce665ad7e2.tar.gz
zk-visual-b5caa24b94d1b713baf069d808bf5dce665ad7e2.zip
Add initial implementation of Dot graph
Diffstat (limited to '.envrc')
-rw-r--r--.envrc9
1 files changed, 1 insertions, 8 deletions
diff --git a/.envrc b/.envrc
index c9c0b69..1d953f4 100644
--- a/.envrc
+++ b/.envrc
@@ -1,8 +1 @@
-if type lorri &>/dev/null; then
- echo "direnv: using lorri"
- eval "$(lorri direnv)"
-else
- # fall back to using direnv's builtin nix support
- # to prevent bootstrapping problems.
- use nix
-fi
+use nix