ansible-collections/shell.nix

9 lines
100 B
Nix
Raw Normal View History

2023-07-10 11:28:44 +00:00
with import <nixpkgs> {};
mkShell {
nativeBuildInputs = [
ansible
ansible-lint
sshpass
];
}