mirror of
https://github.com/justinwoo/easy-dhall-nix.git
synced 2024-11-14 15:19:41 +01:00
7 lines
224 B
Nix
7 lines
224 B
Nix
{ 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";
|
|
}
|