mirror of
https://github.com/justinwoo/easy-dhall-nix.git
synced 2024-11-01 00:39:42 +01:00
aa1dafc30d
This change sets the dhall-docs-simple attribute to install the dhall-docs cli.
7 lines
201 B
Nix
7 lines
201 B
Nix
{ pkgs ? import <nixpkgs> { } }:
|
|
|
|
import ./build.nix { inherit pkgs; release = import ./release.nix; } {
|
|
simpleName = "dhall-docs-simple";
|
|
binNames = [ "dhall-docs" ];
|
|
attrName = "dhall-docs";
|
|
}
|