summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-02-01 11:53:39 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2021-02-01 11:53:39 +0100
commit68f9d0ee27257194fad91a2e094f50344da40804 (patch)
tree7621db044dc99185a5f74cacfbfc3d6705a93c16
parentf05284c43101114e89462a1342b79062d16fe986 (diff)
chisel: add release
-rw-r--r--pkgs/tools/networking/chisel/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/networking/chisel/default.nix b/pkgs/tools/networking/chisel/default.nix
index d9f232132b91..975ba87027fd 100644
--- a/pkgs/tools/networking/chisel/default.nix
+++ b/pkgs/tools/networking/chisel/default.nix
@@ -17,6 +17,8 @@ buildGoModule rec {
vendorSha256 = "01wh8fn76jn8hnf7gj759k8dwqrr0p36xmsxfc8dayzinpl10fqv";
+ buildFlagsArray = [ "-ldflags=-s -w -X github.com/jpillora/chisel/share.BuildVersion=${version}" ];
+
# tests require access to the network
doCheck = false;