From d9ea3123683e89ef820370c5584c582a731b8d2c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 12 Mar 2025 11:23:26 +0100 Subject: remove lorri --- .envrc | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.envrc b/.envrc index e7a3371..1f6c388 100644 --- a/.envrc +++ b/.envrc @@ -1,11 +1,2 @@ -#!/usr/bin/env bash -# the shebang is ignored, but nice for editors - -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 nix -fi - +use nix dotenv -- cgit 1.4.1