kube3d: mention k3d in the short description

While I was able to find `deno` by searching for "executable" from it's
longDescription on search.nixos.org, I couldn't find it using `nix search`

`nix search` seems to only look at the short description so it's worth
including there too.
This commit is contained in:
06kellyjac 2020-10-04 15:46:48 +01:00
parent 7a03c0f5fe
commit 168df5f4ff

View File

@ -36,6 +36,7 @@ buildGoModule rec {
meta = with stdenv.lib; {
homepage = "https://github.com/rancher/k3d";
description = "A helper to run k3s (Lightweight Kubernetes. 5 less than k8s) in a docker container - k3d";
longDescription = ''
k3s is the lightweight Kubernetes distribution by Rancher: rancher/k3s