build: remove lorri from direnv configuration
Alan Pearce alan@alanpearce.eu
Wed, 12 Mar 2025 11:18:57 +0100
2 files changed, 2 insertions(+), 9 deletions(-)
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.md → docs/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