ansible-later: add to all packages
This commit is contained in:
parent
c29b1d9aba
commit
daef7d854f
1 changed files with 2 additions and 0 deletions
|
@ -14834,6 +14834,8 @@ with pkgs;
|
|||
|
||||
ansible-doctor = with python3.pkgs; toPythonApplication ansible-doctor;
|
||||
|
||||
ansible-later = with python3.pkgs; toPythonApplication ansible-later;
|
||||
|
||||
ansible-lint = with python3.pkgs; toPythonApplication ansible-lint;
|
||||
|
||||
antlr2 = callPackage ../development/tools/parsing/antlr/2.7.7.nix {
|
||||
|
|
Loading…
Reference in a new issue