aboutsummaryrefslogtreecommitdiffstats
path: root/.envrc
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-11-11 12:28:21 +0000
committerYann Herklotz <git@yannherklotz.com>2021-11-11 12:28:21 +0000
commit7b4f7a0b920e474a7423a71b0ee156545b4f6977 (patch)
treec65db1666bd88aaa9421654531be53c1cae616e1 /.envrc
parent2db488419e0ccca350dcc6e2442cb7bbc07f68ab (diff)
downloadvericert-7b4f7a0b920e474a7423a71b0ee156545b4f6977.tar.gz
vericert-7b4f7a0b920e474a7423a71b0ee156545b4f6977.zip
Only add use nix to .envrc
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