From 48adb44f9a0e5569d12cec6c50f6d61a824f707a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Wed, 1 Jul 2026 09:29:32 +0200 Subject: [PATCH] Update .envrc to new standard --- .envrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.envrc b/.envrc index 83ae8aa..a158d3c 100644 --- a/.envrc +++ b/.envrc @@ -2,6 +2,8 @@ if type -P lorri &>/dev/null; then eval "$(lorri direnv)" +elif type -P nix &>/dev/null; then + use nix else - use flake + echo "Found no nix binary. Skipping activating nix-shell..." fi