diun: fix env.CGO_ENABLED set to "" instead of 0 (#539595)

This commit is contained in:
Nick Cao
2026-07-08 18:55:26 +00:00
committed by GitHub
+1 -1
View File
@@ -19,7 +19,7 @@ buildGoModule (finalAttrs: {
# upstream disable CGO in release build
# https://github.com/crazy-max/diun/blob/76c0fe99212adc58d6a3433bbcde1ffa9fb879c4/Dockerfile#L11
env.CGO_ENABLED = false;
env.CGO_ENABLED = 0;
ldflags = [
"-s"