From 0641fa2ec49c5fb8e976c2602028b912d38a207a Mon Sep 17 00:00:00 2001 From: sapcc-bot Date: Wed, 15 Jan 2025 12:08:55 +0000 Subject: [PATCH] Run go-makefile-maker --- .envrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.envrc b/.envrc index c8a98ce..e365235 100644 --- a/.envrc +++ b/.envrc @@ -3,6 +3,8 @@ # SPDX-License-Identifier: Apache-2.0 if type -P lorri &>/dev/null; then eval "$(lorri direnv)" -else +elif type -P nix &>/dev/null; then use nix +else + echo "Found no nix binary. Skipping activating nix-shell..." fi