From 5293db1e0476096f5d96b4335936f462bb98a6f1 Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Thu, 24 Oct 2024 21:17:27 -0300 Subject: [PATCH] emacsPackages: remove instructions from *-packages.nix files They will be put in a future README.md file. --- .../elisp-packages/elpa-devel-packages.nix | 25 +----------------- .../emacs/elisp-packages/elpa-packages.nix | 25 +----------------- .../emacs/elisp-packages/melpa-packages.nix | 26 +------------------ .../elisp-packages/nongnu-devel-packages.nix | 13 +--------- .../emacs/elisp-packages/nongnu-packages.nix | 15 +---------- 5 files changed, 5 insertions(+), 99 deletions(-) diff --git a/pkgs/applications/editors/emacs/elisp-packages/elpa-devel-packages.nix b/pkgs/applications/editors/emacs/elisp-packages/elpa-devel-packages.nix index 0db019dddb5c0..fad2fc2c77484 100644 --- a/pkgs/applications/editors/emacs/elisp-packages/elpa-devel-packages.nix +++ b/pkgs/applications/editors/emacs/elisp-packages/elpa-devel-packages.nix @@ -1,27 +1,4 @@ -/* - -# Updating - -To update the list of packages from ELPA, - -1. Run `./update-elpa-devel`. -2. Check for evaluation errors: - # "../../../../../" points to the default.nix from root of Nixpkgs tree - env NIXPKGS_ALLOW_BROKEN=1 nix-instantiate ../../../../../ -A emacs.pkgs.elpaDevelPackages -3. Run `git commit -m "elpa-devel-packages $(date -Idate)" -- elpa-devel-generated.nix` - -## Update from overlay - -Alternatively, run the following command: - -./update-from-overlay - -It will update both melpa and elpa packages using -https://github.com/nix-community/emacs-overlay. It's almost instantenous and -formats commits for you. - -*/ - +# Update instructions at README.md { lib, pkgs, buildPackages }: self: let diff --git a/pkgs/applications/editors/emacs/elisp-packages/elpa-packages.nix b/pkgs/applications/editors/emacs/elisp-packages/elpa-packages.nix index 64c05ba3154e6..68836288947f3 100644 --- a/pkgs/applications/editors/emacs/elisp-packages/elpa-packages.nix +++ b/pkgs/applications/editors/emacs/elisp-packages/elpa-packages.nix @@ -1,27 +1,4 @@ -/* - -# Updating - -To update the list of packages from ELPA, - -1. Run `./update-elpa`. -2. Check for evaluation errors: - # "../../../../../" points to the default.nix from root of Nixpkgs tree - env NIXPKGS_ALLOW_BROKEN=1 nix-instantiate ../../../../../ -A emacs.pkgs.elpaPackages -3. Run `git commit -m "elpa-packages $(date -Idate)" -- elpa-generated.nix` - -## Update from overlay - -Alternatively, run the following command: - -./update-from-overlay - -It will update both melpa and elpa packages using -https://github.com/nix-community/emacs-overlay. It's almost instantenous and -formats commits for you. - -*/ - +#Update instructions at README.md { lib, pkgs, buildPackages }: self: let diff --git a/pkgs/applications/editors/emacs/elisp-packages/melpa-packages.nix b/pkgs/applications/editors/emacs/elisp-packages/melpa-packages.nix index 274888930916c..509cda378748b 100644 --- a/pkgs/applications/editors/emacs/elisp-packages/melpa-packages.nix +++ b/pkgs/applications/editors/emacs/elisp-packages/melpa-packages.nix @@ -1,28 +1,4 @@ -/* - -# Updating - -To update the list of packages from MELPA, - -1. Run `./update-melpa` -2. Check for evaluation errors: - # "../../../../../" points to the default.nix from root of Nixpkgs tree - env NIXPKGS_ALLOW_BROKEN=1 nix-instantiate --show-trace ../../../../../ -A emacs.pkgs.melpaStablePackages - env NIXPKGS_ALLOW_BROKEN=1 nix-instantiate --show-trace ../../../../../ -A emacs.pkgs.melpaPackages -3. Run `git commit -m "melpa-packages $(date -Idate)" recipes-archive-melpa.json` - -## Update from overlay - -Alternatively, run the following command: - -./update-from-overlay - -It will update both melpa and elpa packages using -https://github.com/nix-community/emacs-overlay. It's almost instantenous and -formats commits for you. - -*/ - +#Update instructions at README.md let # Read ./recipes-archive-melpa.json in an outer let to make sure we only do this once. defaultArchive = builtins.fromJSON (builtins.readFile ./recipes-archive-melpa.json); diff --git a/pkgs/applications/editors/emacs/elisp-packages/nongnu-devel-packages.nix b/pkgs/applications/editors/emacs/elisp-packages/nongnu-devel-packages.nix index bba1f73f02afc..54fb147334211 100644 --- a/pkgs/applications/editors/emacs/elisp-packages/nongnu-devel-packages.nix +++ b/pkgs/applications/editors/emacs/elisp-packages/nongnu-devel-packages.nix @@ -1,15 +1,4 @@ -/* - # Updating - - To update the list of packages from nongnu devel (ELPA), - - 1. Run `./update-nongnu-devel`. - 2. Check for evaluation errors: - # "../../../../../" points to the default.nix from root of Nixpkgs tree - env NIXPKGS_ALLOW_BROKEN=1 nix-instantiate ../../../../../ -A emacs.pkgs.nongnuDevelPackages - 3. Run `git commit -m "nongnu-devel-packages $(date -Idate)" -- nongnu-devel-generated.nix` -*/ - +# Update instructions at README.md { lib, pkgs, diff --git a/pkgs/applications/editors/emacs/elisp-packages/nongnu-packages.nix b/pkgs/applications/editors/emacs/elisp-packages/nongnu-packages.nix index 139bdaf6260a3..668b0034672ab 100644 --- a/pkgs/applications/editors/emacs/elisp-packages/nongnu-packages.nix +++ b/pkgs/applications/editors/emacs/elisp-packages/nongnu-packages.nix @@ -1,17 +1,4 @@ -/* - -# Updating - -To update the list of packages from nongnu (ELPA), - -1. Run `./update-nongnu`. -2. Check for evaluation errors: - # "../../../../../" points to the default.nix from root of Nixpkgs tree - env NIXPKGS_ALLOW_BROKEN=1 nix-instantiate ../../../../../ -A emacs.pkgs.nongnuPackages -3. Run `git commit -m "nongnu-packages $(date -Idate)" -- nongnu-generated.nix` - -*/ - +# Update instructions at README.md { lib, pkgs, buildPackages }: self: let