Initial commit

This commit is contained in:
2025-06-28 13:02:00 +02:00
commit 0596013770

6
shell.nix Normal file
View File

@@ -0,0 +1,6 @@
{pkgs ? import <nixpkgs> {}}:
pkgs.mkShell {
packages = with pkgs; [
talosctl
];
}