lnd: format tags as lines

This commit is contained in:
Erik Arvstedt
2024-09-26 11:45:49 +02:00
parent da4a432d7f
commit 0801744c61
+12 -1
View File
@@ -1,7 +1,18 @@
{ buildGoModule
, fetchFromGitHub
, 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 {