exportarr: move CGO_* env vars into env for structuredAttrs
This commit is contained in:
@@ -20,7 +20,7 @@ buildGoModule (finalAttrs: {
|
||||
|
||||
subPackages = [ "cmd/exportarr" ];
|
||||
|
||||
CGO_ENABLE = 0;
|
||||
env.CGO_ENABLE = 0;
|
||||
|
||||
ldflags = [
|
||||
"-s"
|
||||
|
||||
Reference in New Issue
Block a user