Files
auricom-home-cluster/ansible/shell.nix
2024-01-05 18:06:19 +01:00

8 lines
98 B
Nix

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