mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
yggdrasil: add genkeys utility
This commit is contained in:
parent
b6ba0f59ca
commit
95194b0dff
@ -13,14 +13,12 @@ buildGoModule rec {
|
||||
|
||||
vendorSha256 = "sha256-QQN8ePOQ7DT9KeuY4ohFuPtocuinh3Y3us6QMnCQ4gc=";
|
||||
|
||||
doCheck = false;
|
||||
|
||||
# Change the default location of the management socket on Linux
|
||||
# systems so that the yggdrasil system service unit does not have to
|
||||
# be granted write permission to /run.
|
||||
patches = [ ./change-runtime-dir.patch ];
|
||||
|
||||
subPackages = [ "cmd/yggdrasil" "cmd/yggdrasilctl" ];
|
||||
subPackages = [ "cmd/genkeys" "cmd/yggdrasil" "cmd/yggdrasilctl" ];
|
||||
|
||||
ldflags = [
|
||||
"-X github.com/yggdrasil-network/yggdrasil-go/src/version.buildVersion=${version}"
|
||||
|
Loading…
Reference in New Issue
Block a user