diff --git a/.envrc b/.envrc new file mode 100644 index 0000000..9e191d7 --- /dev/null +++ b/.envrc @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: 2025 Hilton Chain +# +# SPDX-License-Identifier: CC0-1.0 + +GUILE_LOAD_PATH="modules${GUILE_LOAD_PATH:+:}$GUILE_LOAD_PATH" +GUIX_PACKAGE_PATH="modules${GUIX_PACKAGE_PATH:+:}$GUIX_PACKAGE_PATH" +export GUILE_LOAD_PATH GUIX_PACKAGE_PATH