Emacs min shell, so I don't have to remember how this works

This commit is contained in:
Benson Chu 2025-03-22 07:56:54 -05:00
parent 7734624fab
commit 6765e5a5b2

View file

@ -79,6 +79,15 @@
};
devShells."${system}" = {
emacs-min = pkgs.mkShell {
packages = with pkgs; [
git
libtool
cmake gcc make
roboto-mono deadgrep
];
};
emacs-devel = pkgs.mkShell {
# packages = with pkgs; [mps-debug];
# nativeBuildInputs = with pkgs; [ mps-debug ] ++ pkgs.emacs.nativeBuildInputs;