mirror of
https://github.com/fosrl/newt.git
synced 2026-02-24 22:06:38 +00:00
feat(nix): disable cgo for the newt package
This commit is contained in:
@@ -37,6 +37,10 @@
|
|||||||
|
|
||||||
vendorHash = "sha256-Jbu0pz+okV4N9MHUXLcTqSr3s/k5OVZ09hNuS/+4LFY=";
|
vendorHash = "sha256-Jbu0pz+okV4N9MHUXLcTqSr3s/k5OVZ09hNuS/+4LFY=";
|
||||||
|
|
||||||
|
env = {
|
||||||
|
CGO_ENABLED = 0;
|
||||||
|
};
|
||||||
|
|
||||||
ldflags = [
|
ldflags = [
|
||||||
"-X main.newtVersion=${version}"
|
"-X main.newtVersion=${version}"
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user