refactor: emacsPackagesNg -> emacsPackages
The former is now just an alias for the latter anyways.
This commit is contained in:
parent
6cbcadc2e4
commit
65e533431a
8 changed files with 11 additions and 11 deletions
|
|
@ -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 ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue