Merge pull request #141294 from prusnak/yggdrasil

yggdrasil: add genkeys utility
This commit is contained in:
Lassulus 2021-10-12 10:32:20 +02:00 committed by GitHub
commit 2740e60433
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,14 +13,12 @@ buildGoModule rec {
vendorSha256 = "sha256-QQN8ePOQ7DT9KeuY4ohFuPtocuinh3Y3us6QMnCQ4gc="; vendorSha256 = "sha256-QQN8ePOQ7DT9KeuY4ohFuPtocuinh3Y3us6QMnCQ4gc=";
doCheck = false;
# Change the default location of the management socket on Linux # Change the default location of the management socket on Linux
# systems so that the yggdrasil system service unit does not have to # systems so that the yggdrasil system service unit does not have to
# be granted write permission to /run. # be granted write permission to /run.
patches = [ ./change-runtime-dir.patch ]; patches = [ ./change-runtime-dir.patch ];
subPackages = [ "cmd/yggdrasil" "cmd/yggdrasilctl" ]; subPackages = [ "cmd/genkeys" "cmd/yggdrasil" "cmd/yggdrasilctl" ];
ldflags = [ ldflags = [
"-X github.com/yggdrasil-network/yggdrasil-go/src/version.buildVersion=${version}" "-X github.com/yggdrasil-network/yggdrasil-go/src/version.buildVersion=${version}"