1 { buildGoPackage, fetchFromGitHub, lib }:
8 goPackagePath = "github.com/Droplr/aws-env";
10 src = fetchFromGitHub {
14 sha256 = "0pw1qz1nn0ig90p8d8c1qcwsdz0m9w63ib07carhh86gw55425j7";
20 description = "Secure way to handle environment variables in Docker and envfile with AWS Parameter Store";
21 homepage = "https://github.com/Droplr/aws-env";
22 license = licenses.mit;
23 maintainers = with maintainers; [ srhb ];