infrastructure/shell.nix

12 lines
177 B
Nix

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