nixos/home-manager/software/ansible-2-9/default.nix

8 lines
88 B
Nix
Raw Normal View History

2022-01-20 14:14:18 +01:00
{ pkgs, ... }:
{
home.packages = with pkgs; [
ansible_2_9
ansible-lint
];
}