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