7 lines
90 B
Nix
7 lines
90 B
Nix
with import <nixpkgs> {};
|
|
mkShell {
|
|
nativeBuildInputs = [
|
|
ansible
|
|
ansible-lint
|
|
];
|
|
}
|