aboutsummaryrefslogtreecommitdiffstats
path: root/.envrc
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-06-25 12:08:47 +0200
committerYann Herklotz <git@yannherklotz.com>2021-06-25 12:08:47 +0200
commitae0f8943268c42b1985f3b8a0c5bcf2102ed3a87 (patch)
treeeb93f8e5837eca7375b76c71748d5809a435d8c2 /.envrc
downloadzk-visual-ae0f8943268c42b1985f3b8a0c5bcf2102ed3a87.tar.gz
zk-visual-ae0f8943268c42b1985f3b8a0c5bcf2102ed3a87.zip
Add initial files
Diffstat (limited to '.envrc')
-rw-r--r--.envrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/.envrc b/.envrc
new file mode 100644
index 0000000..c9c0b69
--- /dev/null
+++ b/.envrc
@@ -0,0 +1,8 @@
+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