forked from M-Labs/nix-scripts
rpi: disable manpages
Building them is slow and runs out of memory.
This commit is contained in:
parent
e20918e5cb
commit
172b40f193
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue