mirror of
https://github.com/justinwoo/easy-dhall-nix.git
synced 2024-11-14 15:19:41 +01:00
af2ab2051c
I did not add dhall-toml yet due to https://github.com/dhall-lang/dhall-haskell/issues/2353
7 lines
219 B
Nix
7 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";
|
|
}
|