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:
parent
e05a4493c7
commit
ec52306b3d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user