10 lines
119 B
Nix
10 lines
119 B
Nix
with import <nixpkgs> {};
|
|
mkShell {
|
|
nativeBuildInputs = [
|
|
ansible
|
|
ansible-lint
|
|
d2
|
|
dnscontrol
|
|
opentofu
|
|
];
|
|
}
|