diff options
author | lassulus <lassulus@lassul.us> | 2022-07-20 16:00:14 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2022-07-20 16:00:14 +0200 |
commit | 2c03c42bd62e6890f4193e3023b286a80e6d1dcd (patch) | |
tree | f1ee58f82393126da03086e92692c6e6bc04683e /tv/2configs/man.nix | |
parent | 3853645a5e3891802d6b3d5bb015e85aaf4e5bfe (diff) | |
parent | 9170f1618efed14db081d1d3c3daa14bf3aabd8f (diff) |
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'tv/2configs/man.nix')
-rw-r--r-- | tv/2configs/man.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tv/2configs/man.nix b/tv/2configs/man.nix index 0a72dce2a..c723138f1 100644 --- a/tv/2configs/man.nix +++ b/tv/2configs/man.nix @@ -5,9 +5,9 @@ # s:^NROFF\t.*:& -Wbreak: # ' #''; - environment.systemPackages = with pkgs; [ - manpages - posix_man_pages - xorg.xorgdocs + environment.systemPackages = [ + pkgs.man-pages + pkgs.posix_man_pages + pkgs.xorg.xorgdocs ]; } |