From 844e0b64b2a00f1026075979c2cbd548dcb5f80b Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 7 Dec 2023 17:32:31 -0500 Subject: nix flake related modifications --- nixDevEnv.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 nixDevEnv.sh (limited to 'nixDevEnv.sh') diff --git a/nixDevEnv.sh b/nixDevEnv.sh new file mode 100644 index 0000000..669d42f --- /dev/null +++ b/nixDevEnv.sh @@ -0,0 +1,9 @@ +if [ -f .envrc-git-init ]; then + source_env_if_exists .envrc-git-init || source .envrc-git-init +fi +if [ -f .envrc-local ]; then + source_env_if_exists .envrc-local || source .envrc-local +fi +if [ -f .envrc-nix ]; then + source_env_if_exists .envrc-nix || source .envrc-nix +fi -- cgit v1.2.3