mirror of
https://github.com/justinwoo/easy-dhall-nix.git
synced 2024-11-14 23:29:41 +01:00
e207b5c2c6
The files are very self-similar, and provided upstream doesn’t do something completely crazy, they should stay that way. dhall-json is more complicated, and it wasn’t worth it implemented something more complicated in build.nix, so for now it stays the same.
7 lines
180 B
Nix
7 lines
180 B
Nix
{ pkgs ? import <nixpkgs> {} }:
|
|
|
|
import ./build.nix { inherit pkgs; release = import ./release.nix; } {
|
|
simpleName = "dhall-simple";
|
|
binName = "dhall";
|
|
attrName = "dhall";
|
|
}
|