feat(nix): disable cgo for the newt package

This commit is contained in:
Varun Narravula
2025-12-03 23:30:11 -05:00
parent f9fb13a0d7
commit e27e6fbce8

View File

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