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";
|
version = "0.1.0";
|
||||||
src = ./.;
|
src = ./.;
|
||||||
vendorHash = null;
|
vendorHash = null;
|
||||||
|
env.CGO_ENABLED = "0";
|
||||||
nativeBuildInputs = [ pkgs.makeWrapper ];
|
nativeBuildInputs = [ pkgs.makeWrapper ];
|
||||||
ldflags = [ "-s" "-w" ];
|
ldflags = [ "-s" "-w" ];
|
||||||
postInstall =
|
postInstall =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue