feat(nix): disable cgo for the newt package

Former-commit-id: e27e6fbce8
This commit is contained in:
Varun Narravula
2025-12-03 23:30:11 -05:00
parent f09e5122a0
commit 6cedf1dd67

View File

@@ -37,6 +37,10 @@
vendorHash = "sha256-Jbu0pz+okV4N9MHUXLcTqSr3s/k5OVZ09hNuS/+4LFY=";
env = {
CGO_ENABLED = 0;
};
ldflags = [
"-X main.newtVersion=${version}"
];