From abe63fead407367d77e93d05e7076be84c7d525c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 21 May 2024 07:31:43 +0200 Subject: direnv: fall back to nix-shell instead of flake if lorri not found --- .envrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.envrc b/.envrc index 97eccbae..e7aaa238 100644 --- a/.envrc +++ b/.envrc @@ -2,7 +2,7 @@ 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 + use nix fi PATH_add bin FLAKE=$PWD -- cgit 1.4.1