Alright, this is how it's done!

This commit is contained in:
Benson Chu 2025-01-23 18:39:00 -06:00
parent af33017c36
commit bb514d8745

View file

@ -83,8 +83,9 @@
# packages = with pkgs; [mps-debug];
# nativeBuildInputs = with pkgs; [ mps-debug ] ++ pkgs.emacs.nativeBuildInputs;
# buildInputs = pkgs.emacs.buildInputs;
packages = with pkgs; [ mps-debug ];
# inputsFrom = with pkgs; [ emacs ];
# packages = with pkgs; [ mps-debug ];
inputsFrom = with pkgs; [ emacs ];
packages = with pkgs; [ mps ];
shellHook = ''
export MPS_LIB="${pkgs.mps-debug}/lib"