nix ready, cleaner setup

This commit is contained in:
2025-09-02 23:24:14 +02:00
parent eae471a9d5
commit ed228c1936
7 changed files with 96 additions and 41 deletions

10
default.nix Normal file
View File

@@ -0,0 +1,10 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = [
pkgs.talosctl
pkgs.yq
];
# set env
TALOSCONFIG="talosconfig";
}