infrastructure/shell.nix

9 lines
116 B
Nix

with import <nixpkgs> {};
mkShell {
nativeBuildInputs = [
ansible
ansible-lint
dnscontrol
opentofu
];
}