Add hadolint

This commit is contained in:
Oliver Davies 2024-04-04 18:52:03 +01:00
parent 779687182c
commit 40e05c6f70

View file

@ -261,6 +261,8 @@ in rec {
config.allowUnfree = true; config.allowUnfree = true;
}; };
inherit (pkgs) hadolint;
in [ in [
# Languages # Languages
nodePackages.typescript nodePackages.typescript
@ -293,6 +295,7 @@ in rec {
pkgs.stylua pkgs.stylua
# Tools # Tools
hadolint
nodePackages.jsonlint nodePackages.jsonlint
nodePackages.markdownlint-cli nodePackages.markdownlint-cli
php82Packages.php-codesniffer php82Packages.php-codesniffer