summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-26 14:06:42 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-26 14:06:42 -0500
commitde33f4b48b06373c3d960f9939d02522ce55dbc3 (patch)
treebc72d7b5b7ab748f0a2fecf9600700a8f81d70fb
parent559010fa9c11f819a76c006902088aeff0765526 (diff)
downloadnixlib-de33f4b48b06373c3d960f9939d02522ce55dbc3.tar
nixlib-de33f4b48b06373c3d960f9939d02522ce55dbc3.tar.gz
nixlib-de33f4b48b06373c3d960f9939d02522ce55dbc3.tar.bz2
nixlib-de33f4b48b06373c3d960f9939d02522ce55dbc3.tar.lz
nixlib-de33f4b48b06373c3d960f9939d02522ce55dbc3.tar.xz
nixlib-de33f4b48b06373c3d960f9939d02522ce55dbc3.tar.zst
nixlib-de33f4b48b06373c3d960f9939d02522ce55dbc3.zip
elpa-packages: update package generation instructions
-rw-r--r--pkgs/applications/editors/emacs-modes/elpa-packages.nix11
1 files changed, 6 insertions, 5 deletions
diff --git a/pkgs/applications/editors/emacs-modes/elpa-packages.nix b/pkgs/applications/editors/emacs-modes/elpa-packages.nix
index 29cb586484a2..f0a10c3ee429 100644
--- a/pkgs/applications/editors/emacs-modes/elpa-packages.nix
+++ b/pkgs/applications/editors/emacs-modes/elpa-packages.nix
@@ -2,12 +2,13 @@
 
 # Updating
 
-To update the list of packages from ELPA,
+To update the list of packages from MELPA,
 
-1. Clone https://github.com/ttuegel/emacs2nix
-2. Run `./elpa-packages.sh` from emacs2nix
-3. Copy the new elpa-packages.json file into Nixpkgs
-4. `git commit -m "elpa-packages $(date -Idate)"`
+1. Clone https://github.com/ttuegel/emacs2nix.
+2. Run `./elpa-packages.sh` from emacs2nix.
+3. Copy the new `elpa-generated.nix` file into Nixpkgs.
+4. Check for evaluation errors: `nix-instantiate ./. -A emacsPackagesNg.elpaPackages`.
+5. `git add pkgs/applications/editors/emacs-modes/elpa-generated.nix && git commit -m "elpa-packages $(date -Idate)"`
 
 */