awscli: Add test

This commit is contained in:
Tim Steinbach
2020-11-25 13:00:41 -05:00
parent 360a14dcf0
commit 4196aa9660
3 changed files with 24 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
{ lib
, nixosTests
, python3
, groff
, less
@@ -64,7 +65,11 @@ in with py.pkgs; buildPythonApplication rec {
rm $out/bin/aws.cmd
'';
passthru.python = py; # for aws_shell
passthru = {
python = py; # for aws_shell
tests = { inherit (nixosTests) awscli; };
};
meta = with lib; {
homepage = "https://aws.amazon.com/cli/";