Files
snow/shell.nix
2025-07-16 09:30:52 +02:00

17 lines
248 B
Nix

{pkgs ? import <nixpkgs> {}}:
pkgs.mkShell {
packages = with pkgs; [
kubectl
talosctl
talhelper
age
argocd
cmctl
kubectl-cnpg
kubernetes-helm
kubectl-cnpg
];
TALOSCONFIG = "./clusterconfig/talosconfig";
}