about 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, 7 insertions, 0 deletions
diff --git a/.envrc b/.envrc
new file mode 100644
index 0000000..51aa811
--- /dev/null
+++ b/.envrc
@@ -0,0 +1,7 @@
+layout go
+if type -P lorri &>/dev/null; then
+  eval "$(lorri direnv)"
+else
+  echo 'while direnv evaluated .envrc, could not find the command "lorri" [https://github.com/nix-community/lorri]'
+  use flake
+fi