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-04 10:44:03 +01:00
parent bb07fa9589
commit 9ada1d32f3
5 changed files with 111 additions and 2 deletions
+1 -1
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.";
};
};