refactor: emacsPackagesNg -> emacsPackages

The former is now just an alias for the latter anyways.
This commit is contained in:
Vincent Ambo 2020-03-08 23:17:01 +00:00
parent 6cbcadc2e4
commit 65e533431a
8 changed files with 11 additions and 11 deletions

View file

@ -10,11 +10,11 @@
{ depot, ... }:
with depot;
with third_party.emacsPackagesNg;
with third_party.emacsPackages;
with third_party.emacs;
let
emacsWithPackages = (third_party.emacsPackagesNgGen third_party.emacs26).emacsWithPackages;
emacsWithPackages = (third_party.emacsPackagesGen third_party.emacs26).emacsWithPackages;
# $PATH for binaries that need to be available to Emacs
emacsBinPath = lib.makeBinPath [ third_party.telega ];