docs: update manpages [2/3]

This commit is contained in:
NotAShelf 2023-02-06 21:58:09 +03:00
commit c2b0b6a053
No known key found for this signature in database
GPG key ID: 5B5C8895F28445F1
3 changed files with 44 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{
pkgs,
lib ? import ../modules/lib/stdlib-extended.nix pkgs.lib,
lib ? import ../lib/stdlib-extended.nix pkgs.lib,
nmdSrc,
}: let
nmd = import nmdSrc {inherit lib pkgs;};