-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
emacsPackages: move emcasPackages back to all-packages.nix #437197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -834,7 +834,6 @@ mapAliases { | |
| emacsMacport = emacs-macport; # Added 2023-08-10 | ||
| emacsNativeComp = emacs; # Added 2022-06-08 | ||
| emacsWithPackages = throw "'emacsWithPackages' has been renamed to/replaced by 'emacs.pkgs.withPackages'"; # Converted to throw 2024-10-17 | ||
| emacsPackages = emacs.pkgs; # Added 2025-03-02 | ||
|
||
|
|
||
| EmptyEpsilon = empty-epsilon; # Added 2024-07-14 | ||
| enyo-doom = enyo-launcher; # Added 2022-09-09 | ||
|
|
||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I have a feeling that there is something wrong with our current infra. It makes no sense to me to add noises (
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Well, yes. We certainly agree on that - I mean that's how @jopejoe1 started with this: Additionally mentioning I wouldn't say this is necessarily wrong with our infra, though. This is mostly how
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Having emacsPackages in packages-config.nix (and having it removed from aliases.nix in the future) is much less noisy than having emacsPackages in all-packages.nix, at least for end-users. |
Uh oh!
There was an error while loading. Please reload this page.