git-remote-codecommit: use awscli2

This commit is contained in:
Anthony Roussel
2026-01-18 23:47:33 +01:00
parent 79ff4ecacb
commit ea9702fafc
@@ -2,7 +2,7 @@
lib,
fetchFromGitHub,
python3Packages,
awscli,
awscli2,
}:
python3Packages.buildPythonApplication rec {
@@ -30,7 +30,7 @@ python3Packages.buildPythonApplication rec {
dependencies = with python3Packages; [ botocore ];
nativeCheckInputs = [
awscli
awscli2
]
++ (with python3Packages; [
pytestCheckHook