chore: disable cgo
This commit is contained in:
parent
162367a809
commit
24561cac2f
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
|||
version = "0.1.0";
|
||||
src = ./.;
|
||||
vendorHash = null;
|
||||
env.CGO_ENABLED = "0";
|
||||
nativeBuildInputs = [ pkgs.makeWrapper ];
|
||||
ldflags = [ "-s" "-w" ];
|
||||
postInstall =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue