with import <nixpkgs> {};
mkShell {
	nativeBuildInputs = [
		ansible
		ansible-lint
		d2
		dnscontrol
		opentofu
		python3Packages.jinja2
		python3Packages.bc-python-hcl2
	];
}