From 312cee142ac10b86b64c97e0a60f9887716991a8 Mon Sep 17 00:00:00 2001 From: K900 Date: Tue, 26 Mar 2024 19:25:27 +0300 Subject: envrc: improve - add shellcheck hint - load .envrc.local if one exists - use a variable to allow choosing the shell variant Change-Id: Iea34e5a800f5d463e5792020c5c293b8b3071ca5 --- .envrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.envrc') diff --git a/.envrc b/.envrc index 3550a30f2..38764da7a 100644 --- a/.envrc +++ b/.envrc @@ -1 +1,3 @@ -use flake +# shellcheck shell=bash +source_env_if_exists .envrc.local +use flake ".#${LIX_SHELL_VARIANT:-default}" "${LIX_SHELL_EXTRA_ARGS[@]}" -- cgit v1.2.3