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