From daef7d854ff6b19c5cd7cd03df2169e4881bdd01 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Mon, 30 May 2022 12:15:49 +0200 Subject: [PATCH] ansible-later: add to all packages --- pkgs/top-level/all-packages.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index daec3fc67ba3..81cf8d10270c 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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 {