ansible-later: add to all packages

This commit is contained in:
Thomas Boerger 2022-05-30 12:15:49 +02:00
parent c29b1d9aba
commit daef7d854f
No known key found for this signature in database
GPG key ID: 09745AFF9D63C79B

View file

@ -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 {