diff options
author | tv <tv@krebsco.de> | 2025-01-08 13:52:01 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2025-01-08 13:56:18 +0100 |
commit | 7dcee8013d22886f3367a5abd7d109e7ac74bb33 (patch) | |
tree | 3666f8817f2d75a45466a89094fb2940de8cbb5d | |
parent | b83d7b1c5e2c0211f2a7572230978f2095dca9df (diff) |
man: posix_man_pages -> man-pages-posix
-rw-r--r-- | configs/man.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/man.nix b/configs/man.nix index c723138..8839476 100644 --- a/configs/man.nix +++ b/configs/man.nix @@ -7,7 +7,7 @@ #''; environment.systemPackages = [ pkgs.man-pages - pkgs.posix_man_pages + pkgs.man-pages-posix pkgs.xorg.xorgdocs ]; } |