all repos — searchix @ 4caa86fea82c1d82ecdb6e11a44e9f63d4094423

Search engine for NixOS, nix-darwin, home-manager and NUR users

build: remove lorri from direnv configuration
Alan Pearce alan@alanpearce.eu
Wed, 12 Mar 2025 11:18:57 +0100
commit

4caa86fea82c1d82ecdb6e11a44e9f63d4094423

parent

c5a8f301ae0fad7174fe73dff312e06ff9b6782d

2 files changed, 2 insertions(+), 9 deletions(-)

jump to
M .envrc.sample.envrc.sample
@@ -3,9 +3,4 @@ # the shebang is ignored, but nice for editors 
 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
M docs/developing.mddocs/developing.md
@@ -22,9 +22,7 @@ ```shell-session     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