1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

services.cgminer.enable: improve description

So that a search for "bitcoin" in the configuration.nix(5) man page
yields a hit.
This commit is contained in:
Bjørn Forsman 2013-09-22 16:44:00 +02:00
parent f28dc07d49
commit 4be44d011b

View file

@ -33,7 +33,10 @@ in
enable = mkOption {
default = false;
description = "Whether to enable the cgminer.";
description = ''
Whether to enable cgminer, an ASIC/FPGA/GPU miner for bitcoin and
litecoin.
'';
};
package = mkOption {