mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
docs(vterm): update nixos install instructions
Some time late 2019 emacsPackagesNgGen was removed from NixOS. This commit updates the instructions in the vterm readme to use the modern alternative: emacsPackagesFor.
This commit is contained in:
committed by
Henrik Lissner
parent
b2c366d946
commit
58192633aa
@ -78,7 +78,7 @@ variable ([[kbd:][SPC h v system-configuration-options]]).
|
|||||||
#+begin_src nix
|
#+begin_src nix
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
# emacs # no need for this, the next line includes emacs
|
# emacs # no need for this, the next line includes emacs
|
||||||
((emacsPackagesNgGen emacs).emacsWithPackages (epkgs: [
|
((emacsPackagesFor emacs).emacsWithPackages (epkgs: [
|
||||||
epkgs.vterm
|
epkgs.vterm
|
||||||
]))
|
]))
|
||||||
];
|
];
|
||||||
@ -97,7 +97,7 @@ variable ([[kbd:][SPC h v system-configuration-options]]).
|
|||||||
|
|
||||||
Note: The =nixpkgs=-version used must be compatible with the packages Doom
|
Note: The =nixpkgs=-version used must be compatible with the packages Doom
|
||||||
installs, so it might be necessary to pull in =emacs= and/or
|
installs, so it might be necessary to pull in =emacs= and/or
|
||||||
=emacsPackagesNgGen= from =unstable= or another channel. Otherwise arbitrary
|
=emacsPackagesFor= from =unstable= or another channel. Otherwise arbitrary
|
||||||
functionality of =vterm= might not work.
|
functionality of =vterm= might not work.
|
||||||
|
|
||||||
** Compilation tools for vterm-module.so
|
** Compilation tools for vterm-module.so
|
||||||
|
Reference in New Issue
Block a user