From 4caa86fea82c1d82ecdb6e11a44e9f63d4094423 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 12 Mar 2025 11:18:57 +0100 Subject: build: remove lorri from direnv configuration --- .envrc.sample | 7 +------ docs/developing.md | 4 +--- 2 files changed, 2 insertions(+), 9 deletions(-) mode change 100644 => 100755 .envrc.sample diff --git a/.envrc.sample b/.envrc.sample old mode 100644 new mode 100755 index b1fc9e5..18f38ef --- 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 -- cgit 1.4.1