From 4818263ba523cc14c98622dbba0eeff106aea963 Mon Sep 17 00:00:00 2001 From: Leonardo Cecchi Date: Sat, 19 Oct 2024 15:54:17 +0200 Subject: [PATCH] chore: upgrade flake (#11) Signed-off-by: Leonardo Cecchi --- flake.lock | 6 +++--- flake.nix | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 2e819fa..c24abf7 100644 --- a/flake.lock +++ b/flake.lock @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1728241625, - "narHash": "sha256-yumd4fBc/hi8a9QgA9IT8vlQuLZ2oqhkJXHPKxH/tRw=", + "lastModified": 1729256560, + "narHash": "sha256-/uilDXvCIEs3C9l73JTACm4quuHUsIHcns1c+cHUJwA=", "owner": "nixos", "repo": "nixpkgs", - "rev": "c31898adf5a8ed202ce5bea9f347b1c6871f32d1", + "rev": "4c2fcb090b1f3e5b47eaa7bd33913b574a11e0a0", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index c45af2b..0270ee2 100644 --- a/flake.nix +++ b/flake.nix @@ -22,11 +22,12 @@ packages = [ pkgs.kubectl - pkgs.helm + pkgs.kubernetes-helm pkgs.kind pkgs.jq pkgs.curl pkgs.kubectl-cnpg + pkgs.kubectl-view-secret ]; }; });