mirror of
https://github.com/justinwoo/easy-dhall-nix.git
synced 2024-11-14 07:09:40 +01:00
6d34cf1038
This way we don’t get any dumb system-related bugs/bugreports.
7 lines
239 B
Nix
7 lines
239 B
Nix
{ pkgs ? import ./nixpkgs.nix {} }:
|
|
|
|
import ./build.nix { inherit pkgs; release = import ./release.nix; } {
|
|
simpleName = "dhall-json-simple";
|
|
binNames = [ "dhall-to-json" "dhall-to-yaml" "json-to-dhall" ];
|
|
attrName = "dhall-json";
|
|
}
|