lnd: set CGO_ENABLED=0

Sync it with how upstream is built for release:
https://github.com/lightningnetwork/lnd/blob/v0.20.0-beta/scripts/release.sh#L208
This commit is contained in:
Boris Nagaev
2026-01-02 15:05:47 -05:00
parent f783b96a7b
commit bcc9cf0156
+2
View File
@@ -39,6 +39,8 @@ buildGoModule rec {
"cmd/lnd"
];
env.CGO_ENABLED = 0;
inherit tags;
meta = {