diff --git a/flake.nix b/flake.nix index 3cba61b..9bc0cd2 100644 --- a/flake.nix +++ b/flake.nix @@ -22,6 +22,7 @@ version = "0.1.0"; src = ./.; vendorHash = null; + env.CGO_ENABLED = "0"; nativeBuildInputs = [ pkgs.makeWrapper ]; ldflags = [ "-s" "-w" ]; postInstall =