etcd: version the default etcd
easier to override
This commit is contained in:
parent
5e53a3dd20
commit
b4ee6e0b5d
2 changed files with 2 additions and 1 deletions
|
@ -20935,7 +20935,8 @@ with pkgs;
|
|||
gn = gn1924;
|
||||
};
|
||||
|
||||
etcd = callPackage ../servers/etcd { };
|
||||
etcd = etcd_3_3;
|
||||
etcd_3_3 = callPackage ../servers/etcd/3.3.nix { };
|
||||
etcd_3_4 = callPackage ../servers/etcd/3.4.nix { };
|
||||
|
||||
ejabberd = callPackage ../servers/xmpp/ejabberd { };
|
||||
|
|
Loading…
Reference in a new issue