incus: move CGO_* env vars into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-19 18:52:40 +01:00
parent a584495af6
commit 3721c6008f
+1 -1
View File
@@ -109,7 +109,7 @@ buildGoModule (finalAttrs: {
tags = [ "libsqlite3" ];
# required for go-cowsql.
CGO_LDFLAGS_ALLOW = "(-Wl,-wrap,pthread_create)|(-Wl,-z,now)";
env.CGO_LDFLAGS_ALLOW = "(-Wl,-wrap,pthread_create)|(-Wl,-z,now)";
# add our lxc location to incus's acceptable rootFsPaths
# this is necessary for tmpfs/tmpfs-overlay to work