From 4138647ea7be7fd5d14ef543cab1b9cc5cc4b5dd Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Tue, 5 Dec 2023 10:30:33 +0800 Subject: [PATCH] profiles/dev: add man-pages-posix --- modules/nixos/profiles/dev.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nixos/profiles/dev.nix b/modules/nixos/profiles/dev.nix index 7a87378c..afd55816 100644 --- a/modules/nixos/profiles/dev.nix +++ b/modules/nixos/profiles/dev.nix @@ -93,6 +93,7 @@ in { gdb # The usual debugger. gnumake # The other poster boy for the hated build system. man-pages # Extra manpages. + man-pages-posix # More POSIX manpages. moreutils # Less is more but more utilities, the merrier. sshfs # Make others' home your own. quilt # Patching right up yer' alley.