infrastructure/shell.nix

13 lines
177 B
Nix
Raw Normal View History

2024-09-24 23:10:59 +00:00
with import <nixpkgs> {};
mkShell {
nativeBuildInputs = [
ansible
2024-10-04 17:18:57 +00:00
ansible-lint
2024-10-14 15:49:44 +00:00
d2
2024-09-24 23:10:59 +00:00
dnscontrol
opentofu
2024-10-14 20:11:20 +00:00
python3Packages.jinja2
python3Packages.bc-python-hcl2
2024-09-24 23:10:59 +00:00
];
}