infrastructure/shell.nix

10 lines
116 B
Nix
Raw Normal View History

2024-09-24 23:10:59 +00:00
with import <nixpkgs> {};
mkShell {
nativeBuildInputs = [
ansible
ansible-lint
dnscontrol
opentofu
];
}