lnd: format tags as lines
This commit is contained in:
parent
da4a432d7f
commit
0801744c61
@ -1,7 +1,18 @@
|
|||||||
{ buildGoModule
|
{ buildGoModule
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, lib
|
, lib
|
||||||
, tags ? [ "autopilotrpc" "signrpc" "walletrpc" "chainrpc" "invoicesrpc" "watchtowerrpc" "routerrpc" "monitoring" "kvdb_postgres" "kvdb_etcd" ]
|
, tags ? [
|
||||||
|
"autopilotrpc"
|
||||||
|
"chainrpc"
|
||||||
|
"invoicesrpc"
|
||||||
|
"kvdb_etcd"
|
||||||
|
"kvdb_postgres"
|
||||||
|
"monitoring"
|
||||||
|
"routerrpc"
|
||||||
|
"signrpc"
|
||||||
|
"walletrpc"
|
||||||
|
"watchtowerrpc"
|
||||||
|
]
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
|
Loading…
Reference in New Issue
Block a user