diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 4f433ef601f8..9c8f5d232fc7 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -14836,6 +14836,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 {