From c810b41006a01ba5363fc38dbca4e6119a803f32 Mon Sep 17 00:00:00 2001 From: Marcin Owsiany Date: Mon, 9 Oct 2023 13:39:07 +0200 Subject: [PATCH] Install jsonnet-bundler go-jsonnet and prometheus --- README.md | 2 ++ flake.nix | 3 +++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 1611438..72529ba 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Applications: * `docker` (macOS) * `envsubst` (and other gettext utilities) * `gcloud` +* `go-jsonnet` and bundler * `gradle` * `helm` * `jq` @@ -40,6 +41,7 @@ Applications: * OpenShift Client `oc` * OpenShift Cluster Manager Client `ocm` * `pre-commit` +* `prometheus` * `terraform` and `terragrunt` * `vault` * `wget` diff --git a/flake.nix b/flake.nix index 451f4c2..66f6715 100644 --- a/flake.nix +++ b/flake.nix @@ -76,9 +76,12 @@ pkgs.gnumake pkgs.go_1_20 pkgs.jq + pkgs.jsonnet-bundler + pkgs.go-jsonnet pkgs.kubectl pkgs.kubectx pkgs.kubernetes-helm + pkgs.prometheus pkgs.vault pkgs.wget pkgs.yq-go