rpi: disable manpages

Building them is slow and runs out of memory.
stm32-no-overlay
Sebastien Bourdeauducq 2019-04-14 18:08:39 +08:00
parent e20918e5cb
commit 172b40f193
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ in
};
services.udev.packages = [ m-labs.openocd ];
documentation.enable = false;
environment.systemPackages = with pkgs; [
wget vim git usbutils mosh tmux xc3sprog m-labs.openocd
];