about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2025-03-12 11:18:57 +0100
committerAlan Pearce2025-03-12 11:19:09 +0100
commit4caa86fea82c1d82ecdb6e11a44e9f63d4094423 (patch)
tree8266d4f637c925bdcfcd6dcb4a2a4bedf386afea
parentc5a8f301ae0fad7174fe73dff312e06ff9b6782d (diff)
downloadsearchix-4caa86fea82c1d82ecdb6e11a44e9f63d4094423.tar.lz
searchix-4caa86fea82c1d82ecdb6e11a44e9f63d4094423.tar.zst
searchix-4caa86fea82c1d82ecdb6e11a44e9f63d4094423.zip
build: remove lorri from direnv configuration
-rwxr-xr-x[-rw-r--r--].envrc.sample7
-rw-r--r--docs/developing.md4
2 files changed, 2 insertions, 9 deletions
diff --git a/.envrc.sample b/.envrc.sample
index b1fc9e5..18f38ef 100644..100755
--- a/.envrc.sample
+++ b/.envrc.sample
@@ -3,9 +3,4 @@
 
 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
+use flake
diff --git a/docs/developing.md b/docs/developing.md
index e1d66a5..d8f516b 100644
--- a/docs/developing.md
+++ b/docs/developing.md
@@ -22,9 +22,7 @@
     nix develop
     ```
 
-3. Optional: install and set up lorri and use `lorri shell` instead of `nix develop`
-
-4. Optional: install direnv, integrate it with your shell and then run
+3. Optional: install direnv, integrate it with your shell and then run
 
     ```shell-session
     ln -s .envrc.sample .envrc