···1314 vendorSha256 = "sha256-QQN8ePOQ7DT9KeuY4ohFuPtocuinh3Y3us6QMnCQ4gc=";
1516- doCheck = false;
17-18 # Change the default location of the management socket on Linux
19 # systems so that the yggdrasil system service unit does not have to
20 # be granted write permission to /run.
21 patches = [ ./change-runtime-dir.patch ];
2223- subPackages = [ "cmd/yggdrasil" "cmd/yggdrasilctl" ];
2425 ldflags = [
26 "-X github.com/yggdrasil-network/yggdrasil-go/src/version.buildVersion=${version}"
···1314 vendorSha256 = "sha256-QQN8ePOQ7DT9KeuY4ohFuPtocuinh3Y3us6QMnCQ4gc=";
150016 # Change the default location of the management socket on Linux
17 # systems so that the yggdrasil system service unit does not have to
18 # be granted write permission to /run.
19 patches = [ ./change-runtime-dir.patch ];
2021+ subPackages = [ "cmd/genkeys" "cmd/yggdrasil" "cmd/yggdrasilctl" ];
2223 ldflags = [
24 "-X github.com/yggdrasil-network/yggdrasil-go/src/version.buildVersion=${version}"