mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 19:34:06 +00:00
melpa-stable-packages: add instructions for updating
This commit is contained in:
parent
c6a5ade24b
commit
e86f93eada
@ -1,3 +1,19 @@
|
||||
/*
|
||||
|
||||
# Updating
|
||||
|
||||
To update the list of packages from MELPA Stable,
|
||||
|
||||
1. Clone https://github.com/ttuegel/emacs2nix
|
||||
2. Clone https://github.com/milkypostman/melpa
|
||||
3. Run `./melpa-stable-packages.sh PATH_TO_MELPA_CLONE` from emacs2nix.
|
||||
Error messages about missing versions are normal; most packages in
|
||||
MELPA do not have a stable version.
|
||||
4. Copy the new melpa-stable-packages.json file into Nixpkgs
|
||||
5. `git commit -m "melpa-stable-packages $(date -Idate)"`
|
||||
|
||||
*/
|
||||
|
||||
{ lib }:
|
||||
|
||||
let
|
||||
|
Loading…
Reference in New Issue
Block a user