Incorproate PR comments, correct erroneous description in clightning module, add electrs module, add electrs package, add electrs to nix-bitcoin.nix, add electrs to modules/nix-bitcoin.nix

This commit is contained in:
nixbitcoin 2019-01-02 22:40:53 +01:00
parent bb07fa9589
commit 9ada1d32f3
No known key found for this signature in database
GPG key ID: DD11F9AD5308B3BA
5 changed files with 111 additions and 2 deletions

View file

@ -34,7 +34,7 @@ in {
dataDir = mkOption {
type = types.path;
default = "/var/lib/clightning";
description = "The data directory for bitcoind.";
description = "The data directory for clightning.";
};
};