Skip to content
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

emacsPackages: clean the things up #351056

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

Commits on Oct 27, 2024

  1. emacsPackages: factor out the functions from update-from-overlay

    By putting them on a separate file `lib-update-scripts.sh`, the file can be
    `source`'d and so the functions can be used in both batch and interactive
    environments.
    AndersonTorres committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    3f2f4f0 View commit details
    Browse the repository at this point in the history
  2. emacsPackages: squash elpa and nongnu update scripts

    They are practically identical. Let's merge them in a single script.
    
    Now they can be called via `./update-package-sets <package sets>`.
    AndersonTorres committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    a9ac579 View commit details
    Browse the repository at this point in the history
  3. emacsPackages: remove update instructions from *-packages.nix files

    They will be gathered in a more fitting documentation.
    AndersonTorres committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    0bc55b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66ec4a8 View commit details
    Browse the repository at this point in the history
  5. [wip] emacsPackages: add README.md

    For now it has documentation for bulk updaters.
    AndersonTorres committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    f850367 View commit details
    Browse the repository at this point in the history