From 6a37c6b945d2a5cd57d54050e7e90a8b19acdffe Mon Sep 17 00:00:00 2001 From: Artturin Date: Wed, 25 Aug 2021 22:38:35 +0300 Subject: [PATCH] earthly: remove extldflags fixes #135693 --- pkgs/development/tools/earthly/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/tools/earthly/default.nix b/pkgs/development/tools/earthly/default.nix index 1d66e059a72d..aa1de8acd583 100644 --- a/pkgs/development/tools/earthly/default.nix +++ b/pkgs/development/tools/earthly/default.nix @@ -18,7 +18,6 @@ buildGoModule rec { -s -w -X main.Version=v${version} -X main.DefaultBuildkitdImage=earthly/buildkitd:v${version} - -extldflags -static ''; BUILDTAGS = "dfrunmount dfrunsecurity dfsecrets dfssh dfrunnetwork";