exportarr: move CGO_* env vars into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-19 18:52:39 +01:00
parent 6bbc478226
commit a584495af6
+1 -1
View File
@@ -20,7 +20,7 @@ buildGoModule (finalAttrs: {
subPackages = [ "cmd/exportarr" ];
CGO_ENABLE = 0;
env.CGO_ENABLE = 0;
ldflags = [
"-s"