ship linux/posix manpages

This commit is contained in:
Colin 2024-05-24 06:57:20 +00:00
parent 4bc6a4fc67
commit 49b48b24fc

View File

@ -66,6 +66,8 @@ in
"lftp"
# "libcap_ng" # for `netcap`
"lsof"
"man-pages"
"man-pages-posix"
# "miniupnpc"
"nano"
# "ncdu" # ncurses disk usage. doesn't cross compile (zig)
@ -645,6 +647,9 @@ in
lua = {};
man-pages.sandbox.enable = false;
man-pages-posix.sandbox.enable = false;
mercurial.sandbox.method = "bwrap"; # TODO:sandbox: untested
mercurial.sandbox.net = "clearnet";
mercurial.sandbox.whitelistPwd = true;