11 lines
144 B
Nix
11 lines
144 B
Nix
with import <nixpkgs> {};
|
|
mkShell {
|
|
nativeBuildInputs = [
|
|
ansible
|
|
ansible-lint
|
|
d2
|
|
dnscontrol
|
|
opentofu
|
|
python3Packages.jinja2
|
|
];
|
|
}
|