some new setup

This commit is contained in:
Alex
2025-09-02 07:25:44 +02:00
parent fdb5df5204
commit 9286c98073
14 changed files with 438 additions and 1 deletions

View File

@@ -14,7 +14,7 @@
in
pkgs.mkShell {
buildInputs = with pkgs; [
vscode-extensions.hashicorp.terraform
terraform
];
};
};