dhall: add a static top-level executable for dhall
cc @Gabriel439
This commit is contained in:
parent
f01f86c5ca
commit
11cd027b30
@ -93,6 +93,8 @@ with pkgs;
|
|||||||
|
|
||||||
cmark = callPackage ../development/libraries/cmark { };
|
cmark = callPackage ../development/libraries/cmark { };
|
||||||
|
|
||||||
|
dhall = haskell.lib.justStaticExecutables haskellPackages.dhall;
|
||||||
|
|
||||||
dhallToNix = callPackage ../build-support/dhall-to-nix.nix {
|
dhallToNix = callPackage ../build-support/dhall-to-nix.nix {
|
||||||
inherit (haskellPackages) dhall-nix;
|
inherit (haskellPackages) dhall-nix;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user