Add skydns

This commit is contained in:
Jaka Hudoklin
2015-03-18 20:29:11 +01:00
parent 2bc6af3efc
commit 26f671155e
4 changed files with 92 additions and 6 deletions
-2
View File
@@ -15,8 +15,6 @@ buildGoPackage rec {
subPackages = [ "./" ];
dontInstallSrc = true;
meta = with lib; {
description = "A highly-available key value store for shared configuration and service discovery";
homepage = http://coreos.com/using-coreos/etcd/;