Files
auricom-home-cluster/ansible/shell.nix
2024-01-16 01:15:14 +01:00

9 lines
112 B
Nix

{pkgs ? import <nixpkgs> {}}:
with pkgs;
mkShell {
buildInputs = [
ansible
sshpass
];
}