aboutsummaryrefslogtreecommitdiffstats
path: root/.envrc
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-12-27 00:19:12 +0000
committerYann Herklotz <git@yannherklotz.com>2020-12-27 00:19:12 +0000
commit85b6596e6fdf660a8c7a025a8f837c49213439a3 (patch)
treef5219e3a8ada36869d4d132bd88211a43dd277ad /.envrc
downloadVivant-85b6596e6fdf660a8c7a025a8f837c49213439a3.tar.gz
Vivant-85b6596e6fdf660a8c7a025a8f837c49213439a3.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..f4c5cf4
--- /dev/null
+++ b/.envrc
@@ -0,0 +1,8 @@
+command -v lorri >/dev/null 2>&1
+lorri_available=$?
+
+if [[ $lorri_available -eq 0 ]]; then
+ eval "$(lorri direnv)"
+else
+ use nix
+fi