From 168df5f4ffab1ad33e4a953712ce001aeed5ee94 Mon Sep 17 00:00:00 2001 From: 06kellyjac Date: Sun, 4 Oct 2020 15:46:48 +0100 Subject: [PATCH] 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. --- pkgs/applications/networking/cluster/kube3d/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/networking/cluster/kube3d/default.nix b/pkgs/applications/networking/cluster/kube3d/default.nix index 68be8614cb00..31b23159054f 100644 --- a/pkgs/applications/networking/cluster/kube3d/default.nix +++ b/pkgs/applications/networking/cluster/kube3d/default.nix @@ -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