mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
doc/lib-functions: add versions
, cli
This commit is contained in:
parent
8906aa28e4
commit
e1bb8f1e74
@ -7,12 +7,14 @@ let
|
||||
asserts = "Assert functions";
|
||||
attrsets = "Attribute-set functions";
|
||||
strings = "String manipulation functions";
|
||||
versions = "Version string functions";
|
||||
trivial = "Miscellaneous functions";
|
||||
lists = "List manipulation functions";
|
||||
debug = "Debugging functions";
|
||||
options = "NixOS / nixpkgs option handling";
|
||||
filesystem = "Filesystem functions";
|
||||
sources = "Source filtering functions";
|
||||
cli = "Command-line serialization functions";
|
||||
};
|
||||
|
||||
locationsXml = import ./lib-function-locations.nix { inherit pkgs nixpkgs libsets; };
|
||||
|
Loading…
Reference in New Issue
Block a user