forked from mirrors/nixpkgs
dhallPackages.dhall-cloudformation: init at 0.9.64 (#183813)
This commit is contained in:
parent
51c76421e5
commit
680f04a993
14
pkgs/development/dhall-modules/dhall-cloudformation.nix
Normal file
14
pkgs/development/dhall-modules/dhall-cloudformation.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ 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 ];
|
||||
}
|
|
@ -35,6 +35,8 @@ let
|
|||
|
||||
lib = import ../development/dhall-modules/lib.nix { inherit lib; };
|
||||
|
||||
dhall-cloudformation = callPackage ../development/dhall-modules/dhall-cloudformation.nix { };
|
||||
|
||||
dhall-grafana =
|
||||
callPackage ../development/dhall-modules/dhall-grafana.nix { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue