Use talhelper to setup a talos

This commit is contained in:
2025-06-28 15:19:28 +02:00
parent 0596013770
commit 18d98f7248
3 changed files with 18 additions and 0 deletions
+4
View File
@@ -1,6 +1,10 @@
{pkgs ? import <nixpkgs> {}}:
pkgs.mkShell {
packages = with pkgs; [
kubectl
talosctl
talhelper
];
TALOSCONFIG = "./clusterconfig/talosconfig";
}