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:
parent
7a03c0f5fe
commit
168df5f4ff
@ -36,6 +36,7 @@ buildGoModule rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://github.com/rancher/k3d";
|
homepage = "https://github.com/rancher/k3d";
|
||||||
|
description = "A helper to run k3s (Lightweight Kubernetes. 5 less than k8s) in a docker container - k3d";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
k3s is the lightweight Kubernetes distribution by Rancher: rancher/k3s
|
k3s is the lightweight Kubernetes distribution by Rancher: rancher/k3s
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user