easy-dhall-nix/dhall-bash-simple.nix

8 lines
198 B
Nix
Raw Normal View History

2018-12-08 12:34:40 +01:00
{ pkgs ? import <nixpkgs> {} }:
import ./build.nix { inherit pkgs; release = import ./release.nix; } {
simpleName = "dhall-bash-simple";
binName = "dhall-to-bash";
attrName = "dhall-bash";
2018-12-08 12:34:40 +01:00
}