about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/top-level/all-packages.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 055f81f0a314..d5c22af7ceec 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -2,7 +2,10 @@
    imports the functions that build the various packages, and calls
    them with appropriate arguments.  The result is a set of all the
    packages in the Nix Packages collection for some particular
-   platform. */
+   platform.
+
+   You want to get to know where to add a new package ?
+   Have a look at nixpkgs/maintainers/docs/classification.txt */
 
 
 { # The system (e.g., `i686-linux') for which to build the packages.