tbls: move CGO_* env vars into env for structuredAttrs
This commit is contained in:
@@ -32,7 +32,7 @@ buildGoModule (finalAttrs: {
|
||||
"-w"
|
||||
];
|
||||
|
||||
CGO_CFLAGS = [ "-Wno-format-security" ];
|
||||
env.CGO_CFLAGS = toString [ "-Wno-format-security" ];
|
||||
|
||||
preCheck = ''
|
||||
# Remove tests that require additional services.
|
||||
|
||||
Reference in New Issue
Block a user