easy-dhall-nix/dhall-yaml-simple.nix

8 lines
201 B
Nix
Raw Normal View History

2020-01-24 14:48:58 +00:00
{ pkgs ? import <nixpkgs> {} }:
import ./build.nix { inherit pkgs; release = import ./release.nix; } {
simpleName = "dhall-yaml-simple";
binName = "dhall-to-yaml-ng";
attrName = "dhall-yaml";
2020-01-24 14:48:58 +00:00
}