Migrate to emacsGcc via emacs-overlay
This commit is contained in:
@@ -103,6 +103,7 @@
|
|||||||
./modules/printing.nix
|
./modules/printing.nix
|
||||||
./modules/periodic.nix
|
./modules/periodic.nix
|
||||||
./modules/power.nix
|
./modules/power.nix
|
||||||
|
./overlays/emacs-overlay.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
haskellPackages.pandoc-citeproc
|
haskellPackages.pandoc-citeproc
|
||||||
# Text editors
|
# Text editors
|
||||||
neovim
|
neovim
|
||||||
emacs
|
emacsGcc
|
||||||
ripgrep
|
ripgrep
|
||||||
fd
|
fd
|
||||||
clang
|
clang
|
||||||
|
|||||||
7
overlays/emacs-overlay.nix
Normal file
7
overlays/emacs-overlay.nix
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
nixpkgs.overlays = [
|
||||||
|
(import (builtins.fetchTarball {
|
||||||
|
url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz;
|
||||||
|
}))
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user