From 6d4e800ee3c9783fb6e52b27aa49ff21640b8f91 Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Fri, 6 Sep 2024 13:34:40 -0500 Subject: [PATCH] Helpful hint for myself --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index fe42b98..f70d879 100644 --- a/flake.nix +++ b/flake.nix @@ -95,6 +95,8 @@ echo "Configure Command: " echo -n ' LDFLAGS="-L$MPS_LIB" CFLAGS="-O0 -g3 -isystem $MPS_INC" ' echo './configure --with-mps=debug --with-native-compilation=no --enable-checking="yes,glyphs"' + echo "If you are using Emacs from emacs-overlay, remember to unset environment variable EMACSLOADPATH" + echo "Need to investigate further as to why" ''; }; };