From 58192633aa76541530421af35868df2192d1a8d6 Mon Sep 17 00:00:00 2001 From: Sage Raflik Date: Mon, 24 Jan 2022 15:15:27 -0600 Subject: [PATCH] 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. --- modules/term/vterm/README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/term/vterm/README.org b/modules/term/vterm/README.org index 81ac59f94..88689e31b 100644 --- a/modules/term/vterm/README.org +++ b/modules/term/vterm/README.org @@ -78,7 +78,7 @@ variable ([[kbd:][SPC h v system-configuration-options]]). #+begin_src nix systemPackages = with pkgs; [ # emacs # no need for this, the next line includes emacs - ((emacsPackagesNgGen emacs).emacsWithPackages (epkgs: [ + ((emacsPackagesFor emacs).emacsWithPackages (epkgs: [ 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 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. ** Compilation tools for vterm-module.so