easy-dhall-nix/dhall-toml-simple.nix

8 lines
224 B
Nix
Raw Normal View History

2022-02-23 00:07:59 +01:00
{ pkgs ? import ./nixpkgs.nix { } }:
import ./build.nix { inherit pkgs; release = import ./release.nix; } {
simpleName = "dhall-toml-simple";
binNames = [ "dhall-to-toml" "toml-to-dhall" ];
attrName = "dhall-toml";
}