Alright, this is how it's done!
This commit is contained in:
parent
af33017c36
commit
bb514d8745
1 changed files with 3 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue