Skip to content

Instantly share code, notes, and snippets.

@sampointer
Created November 30, 2020 18:42
Show Gist options
  • Save sampointer/3e4431dfff5348ddd0004cfec7b06c03 to your computer and use it in GitHub Desktop.
Save sampointer/3e4431dfff5348ddd0004cfec7b06c03 to your computer and use it in GitHub Desktop.
awscli2 nix problem
{ nixpkgs ? import <nixpkgs> { } }:
# Standard packages
let
pkgs = [
nixpkgs.aws-adfs
nixpkgs.awscli2
nixpkgs.azure-cli
nixpkgs.git
nixpkgs.go
nixpkgs.terraform_0_13
];
in
nixpkgs.stdenv.mkDerivation {
name = "provisioning";
buildInputs = pkgs;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment