1
0
mirror of https://github.com/tboerger/nixos-config synced 2024-11-22 18:21:58 +01:00

fix: comment out failing checkov, add back ansible-doctor

This commit is contained in:
Thomas Boerger 2022-11-10 21:41:29 +01:00
parent e05a4493c7
commit ec52306b3d
No known key found for this signature in database
GPG Key ID: 09745AFF9D63C79B

@ -4,6 +4,14 @@ with lib;
let
cfg = config.profile.programs.develop;
ansible-doctor = pkgs.ansible-doctor.overrideAttrs (final: prev: {
postPatch = ''
substituteInPlace pyproject.toml \
--replace 'version = "0.0.0"' 'version = "${prev.version}"' \
--replace 'colorama = "9.4.5"' 'colorama = "*"'
'';
});
# python = pkgs.python39.withPackages (p: with p; [
# ansible-core
# ansible-doctor
@ -35,8 +43,8 @@ in
# python
act
# ansible-doctor
# ansible-later
ansible-doctor
ansible-later
ansible-lint
awscli2
eksctl
@ -54,7 +62,7 @@ in
upx
yamllint
checkov
# checkov
terraform
terragrunt
tflint