about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-26 14:00:33 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-26 14:04:13 -0500
commitbf0ae7d45c496454066748cf1698ad7e145914b9 (patch)
treecdf11af227b49537890ad8760a2a73f6dd33be2e /pkgs
parentd3eea5ae359ba36e1bd70bad0f13d6840dde29ac (diff)
downloadnixlib-bf0ae7d45c496454066748cf1698ad7e145914b9.tar
nixlib-bf0ae7d45c496454066748cf1698ad7e145914b9.tar.gz
nixlib-bf0ae7d45c496454066748cf1698ad7e145914b9.tar.bz2
nixlib-bf0ae7d45c496454066748cf1698ad7e145914b9.tar.lz
nixlib-bf0ae7d45c496454066748cf1698ad7e145914b9.tar.xz
nixlib-bf0ae7d45c496454066748cf1698ad7e145914b9.tar.zst
nixlib-bf0ae7d45c496454066748cf1698ad7e145914b9.zip
melpa-packages: update package generation instructions
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/editors/emacs-modes/melpa-packages.nix11
1 files changed, 6 insertions, 5 deletions
diff --git a/pkgs/applications/editors/emacs-modes/melpa-packages.nix b/pkgs/applications/editors/emacs-modes/melpa-packages.nix
index f213ba396a7b..3106336a48d6 100644
--- a/pkgs/applications/editors/emacs-modes/melpa-packages.nix
+++ b/pkgs/applications/editors/emacs-modes/melpa-packages.nix
@@ -4,11 +4,12 @@
 
 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)"`
+1. Clone https://github.com/ttuegel/emacs2nix.
+2. Clone https://github.com/milkypostman/melpa.
+3. Run `./melpa-packages.sh --melpa PATH_TO_MELPA_CLONE` from emacs2nix.
+4. Copy the new `melpa-generated.nix` file into Nixpkgs.
+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)"`
 
 */