pkgs: add ansible package set
This commit is contained in:
parent
065770213d
commit
fc4d574616
1 changed files with 13 additions and 0 deletions
13
pkgsets/ansible.nix
Normal file
13
pkgsets/ansible.nix
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
|
||||||
|
{
|
||||||
|
config.machine.pkgsets.ansible.pkgs = with pkgs; [
|
||||||
|
ansible
|
||||||
|
ansible-builder
|
||||||
|
ansible-language-server
|
||||||
|
ansible-lint
|
||||||
|
];
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue