infrastructure/shell.nix

11 lines
119 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
];
}