Emacs min shell, so I don't have to remember how this works
This commit is contained in:
parent
7734624fab
commit
6765e5a5b2
1 changed files with 9 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue