summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
author06kellyjac <dev@j-k.io>2020-10-04 15:46:48 +0100
committer06kellyjac <dev@j-k.io>2020-11-26 12:36:32 +0000
commit168df5f4ffab1ad33e4a953712ce001aeed5ee94 (patch)
tree0d81cd74300279e5d37f9964626fd3c2ebfeb21d /pkgs/applications/networking
parent7a03c0f5feceb6aaf1da2c48af172086730f0704 (diff)
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.
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/cluster/kube3d/default.nix1
1 files changed, 1 insertions, 0 deletions
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