flake: add opentofu to devshell
Some checks failed
Run nix flake check / flake-check (push) Failing after 17m5s

This commit is contained in:
2026-01-31 16:12:49 +01:00
parent f779f49c20
commit 7f72a72043

View File

@@ -325,6 +325,7 @@
default = pkgs.mkShell {
packages = with pkgs; [
ansible
opentofu
python3
];
};