mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-16 14:39:23 +03:00
melpa-packages: add instructions for updating
This commit is contained in:
parent
8126ae8c7a
commit
c6a5ade24b
1 changed files with 14 additions and 0 deletions
|
@ -1,3 +1,17 @@
|
||||||
|
/*
|
||||||
|
|
||||||
|
# Updating
|
||||||
|
|
||||||
|
To update the list of packages from MELPA,
|
||||||
|
|
||||||
|
1. Clone https://github.com/ttuegel/emacs2nix
|
||||||
|
2. Clone https://github.com/milkypostman/melpa
|
||||||
|
3. Run `./melpa-packages.sh PATH_TO_MELPA_CLONE` from emacs2nix
|
||||||
|
4. Copy the new melpa-packages.json file into Nixpkgs
|
||||||
|
5. `git commit -m "melpa-packages $(date -Idate)"`
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
{ lib }:
|
{ lib }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue