mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
melpa-packages: update package generation instructions
This commit is contained in:
parent
d3eea5ae35
commit
bf0ae7d45c
@ -4,11 +4,12 @@
|
|||||||
|
|
||||||
To update the list of packages from MELPA,
|
To update the list of packages from MELPA,
|
||||||
|
|
||||||
1. Clone https://github.com/ttuegel/emacs2nix
|
1. Clone https://github.com/ttuegel/emacs2nix.
|
||||||
2. Clone https://github.com/milkypostman/melpa
|
2. Clone https://github.com/milkypostman/melpa.
|
||||||
3. Run `./melpa-packages.sh PATH_TO_MELPA_CLONE` from emacs2nix
|
3. Run `./melpa-packages.sh --melpa PATH_TO_MELPA_CLONE` from emacs2nix.
|
||||||
4. Copy the new melpa-packages.json file into Nixpkgs
|
4. Copy the new `melpa-generated.nix` file into Nixpkgs.
|
||||||
5. `git commit -m "melpa-packages $(date -Idate)"`
|
5. Check for evaluation errors: `nix-instantiate ./. -A emacsPackagesNg.melpaPackages`.
|
||||||
|
6. `git add pkgs/applications/editors/emacs-modes/melpa-generated.nix && git commit -m "melpa-packages $(date -Idate)"`
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user