13 lines
159 B
Nix
13 lines
159 B
Nix
{
|
|
pkgs,
|
|
...
|
|
}:
|
|
|
|
{
|
|
config.machine.pkgsets.ansible.pkgs = with pkgs; [
|
|
ansible
|
|
ansible-builder
|
|
ansible-language-server
|
|
ansible-lint
|
|
];
|
|
}
|