Skip to content

Instantly share code, notes, and snippets.

@zimbatm
Created May 21, 2018 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zimbatm/9b5df9bc970287dd1bfc6a3371a59656 to your computer and use it in GitHub Desktop.
Save zimbatm/9b5df9bc970287dd1bfc6a3371a59656 to your computer and use it in GitHub Desktop.
let
pkgs = import ./nix;
mypy = pkgs.python3.withPackages (p: with p; [
pkgs.awscli
pkgs.aws_shell
notebook
boto3
]);
in
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
awscli
aws-vault
bashInteractive
terraform-full
mypy
git
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment