diff options
author | Vincent Ambo <tazjin@google.com> | 2020-03-08T23·17+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-03-08T23·20+0000 |
commit | 65e533431acd89473c58386b4e30013fab835a16 (patch) | |
tree | a7ff7f8c56cd80f2368bf987a7e35a4458c0228d /third_party/default.nix | |
parent | 6cbcadc2e4340f18fd183eb7f84a74377861135b (diff) |
refactor: emacsPackagesNg -> emacsPackages r/593
The former is now just an alias for the latter anyways.
Diffstat (limited to 'third_party/default.nix')
-rw-r--r-- | third_party/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/default.nix b/third_party/default.nix index c9c95367b383..69b5de38c878 100644 --- a/third_party/default.nix +++ b/third_party/default.nix @@ -39,8 +39,8 @@ let dockerTools emacs26 emacs26-nox - emacsPackagesNg - emacsPackagesNgGen + emacsPackages + emacsPackagesGen fetchFromGitHub fetchurl fetchzip |