mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
lnd: format tags as lines
This commit is contained in:
parent
da4a432d7f
commit
0801744c61
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user