0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

lib: Take advantage of section descriptions

See https://github.com/nix-community/nixdoc/releases/tag/v2.6.0
This commit is contained in:
Silvan Mosberger 2023-11-20 03:02:11 +01:00
parent 3f21a22b5a
commit 055ba65fed
7 changed files with 20 additions and 17 deletions

View file

@ -1,5 +1,4 @@
# General list operations.
/* General list operations. */
{ lib }:
let
inherit (lib.strings) toInt;