Skip to content

Commit 0199a31

Browse files
committed
fixup: Update to latest flake version and add k9s
1 parent ffab8a6 commit 0199a31

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

flake.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# Flake inputs
1010
inputs = {
11-
nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.2405.*.tar.gz";
11+
nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.2411.*.tar.gz";
1212
};
1313

1414
# Flake outputs
@@ -39,6 +39,7 @@
3939

4040
# Kube tools
4141
kubectl # Kubernetes CLI
42+
k9s # Kubernetes TUI
4243
kind # Kubernetes-in-Docker
4344
kubernetes-helm # Helm CLI (Kubernetes package manager)
4445
self.packages.${system}.kind-with-registry # Script installing kind configured with a local registry

0 commit comments

Comments
 (0)