lnd: format tags as lines

This commit is contained in:
Erik Arvstedt 2024-09-26 11:44:47 +02:00
parent da4a432d7f
commit 0801744c61
No known key found for this signature in database
GPG Key ID: 33312B944DD97846

View File

@ -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 {