mirror of
https://github.com/justinwoo/easy-dhall-nix.git
synced 2024-10-31 16:29:41 +01:00
f0270205ee
I gave in because I wanted to use yaml-to-dhall, so this implements copying multiple binaries.
7 lines
222 B
Nix
7 lines
222 B
Nix
{ pkgs ? import <nixpkgs> {} }:
|
|
|
|
import ./build.nix { inherit pkgs; release = import ./release.nix; } {
|
|
simpleName = "dhall-yaml-simple";
|
|
binNames = [ "dhall-to-yaml-ng" "yaml-to-dhall" ];
|
|
attrName = "dhall-yaml";
|
|
}
|