summary refs log tree commit diff stats
path: root/.envrc
diff options
context:
space:
mode:
Diffstat (limited to '.envrc')
-rw-r--r--.envrc7
1 files changed, 4 insertions, 3 deletions
diff --git a/.envrc b/.envrc
index fa82cfc4..e7aaa238 100644
--- a/.envrc
+++ b/.envrc
@@ -1,7 +1,8 @@
 if type -P lorri &>/dev/null; then
-	eval "$(lorri direnv)"
+  eval "$(lorri direnv)"
 else
-	echo 'while direnv evaluated .envrc, could not find the command "lorri" [https://github.com/nix-community/lorri]'
-	use flake
+  echo 'while direnv evaluated .envrc, could not find the command "lorri" [https://github.com/nix-community/lorri]'
+  use nix
 fi
+PATH_add bin
 FLAKE=$PWD