From cbdfecc52bda911403c25c5b564be95b9dbf97ae Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sat, 23 Jul 2016 06:51:38 +0200 Subject: [PATCH] all-packages.nix: introductory top-level comment Many newcomers are baffled as to how all-packages.nix is structured. This comment should provide clarification. --- pkgs/top-level/all-packages.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 23d4fc9a9306..e2390131c93c 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -1,3 +1,10 @@ +/* The top-level package collection of nixpkgs. + * It is sorted by categories corresponding to the folder names + * in the /pkgs folder. Inside the categories packages are roughly + * sorted by alphabet, but strict sorting has been long lost due + * to merges. Please use the full-text search of your editor. ;) + * Hint: ### starts category names. + */ { system, bootStdenv, noSysDirs, config, crossSystem, platform, lib , pkgsWithOverrides , ... }: