chore: disable cgo

This commit is contained in:
Lain Iwakura 2026-05-19 22:56:16 +03:00
parent 162367a809
commit 24561cac2f
Signed by: lain
GPG key ID: 8160466B2E8D1441

View file

@ -22,6 +22,7 @@
version = "0.1.0";
src = ./.;
vendorHash = null;
env.CGO_ENABLED = "0";
nativeBuildInputs = [ pkgs.makeWrapper ];
ldflags = [ "-s" "-w" ];
postInstall =