Merge pull request #112104 from Mic92/nebula

nebula: fix internal build version
This commit is contained in:
Jörg Thalheim 2021-02-06 09:18:08 +00:00 committed by GitHub
commit 9644af1b77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ buildGoModule rec {
subPackages = [ "cmd/nebula" "cmd/nebula-cert" ];
buildFlagsArray = [ "-ldflags='-X main.Build=${version}'" ];
buildFlagsArray = [ "-ldflags=" "-X main.Build=${version}" ];
meta = with lib; {
description = "A scalable overlay networking tool with a focus on performance, simplicity and security";