My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/pkgs/development/dhall-modules/dhall-cloudformation.nix

14 lines
322 B

{ buildDhallGitHubPackage, Prelude }:
let
version = "0.9.64";
in buildDhallGitHubPackage {
name = "cloudformation";
owner = "jcouyang";
repo = "dhall-aws-cloudformation";
rev = version;
sha256 = "sha256-EDbMKHORYQOKoSrbErkUnsadDiYfK1ULbFhz3D5AcXc=";
file = "package.dhall";
dependencies = [ Prelude ];
}