mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
Merge pull request #17196 from Profpatsch/all-packages-intro-comment
all-packages.nix: introductory top-level comment
This commit is contained in:
commit
2900acd6af
@ -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
|
{ system, bootStdenv, noSysDirs, config, crossSystem, platform, lib
|
||||||
, pkgsWithOverrides
|
, pkgsWithOverrides
|
||||||
, ... }:
|
, ... }:
|
||||||
|
Loading…
Reference in New Issue
Block a user