nebula: fix internal build version

This commit is contained in:
Jörg Thalheim 2021-02-06 09:19:46 +01:00
parent 4499343f03
commit bce3b161c0
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

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";