mirror of
https://github.com/justinwoo/easy-dhall-nix.git
synced 2024-11-14 23:29:41 +01:00
8 lines
219 B
Nix
8 lines
219 B
Nix
|
{ pkgs ? import ./nixpkgs.nix {} }:
|
||
|
|
||
|
import ./build.nix { inherit pkgs; release = import ./release.nix; } {
|
||
|
simpleName = "dhall-csv-simple";
|
||
|
binNames = [ "dhall-to-csv" "csv-to-dhall" ];
|
||
|
attrName = "dhall-csv";
|
||
|
}
|