vanadium: make sure c manpages are on the system

This commit is contained in:
Primrose 2025-07-05 10:42:20 +02:00
parent 3624916add
commit 178280a212
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -1,4 +1,8 @@
{lib, ...}: {
{
lib,
pkgs,
...
}: {
imports = [
#
# Docker
@ -21,6 +25,11 @@
# }
];
environment.systemPackages = [
pkgs.man-pages
pkgs.man-pages-posix
];
#
# Programs
#