dhall-nixpkgs: lift to top-level

This commit is contained in:
(cdep)illabout 2021-11-02 15:12:21 +09:00
parent 32c93844f5
commit 6e020a08e2

View file

@ -13283,6 +13283,8 @@ with pkgs;
dhall-nix = haskell.lib.compose.justStaticExecutables haskellPackages.dhall-nix;
dhall-nixpkgs = haskell.lib.compose.justStaticExecutables haskellPackages.dhall-nixpkgs;
dhall-text = haskell.lib.compose.justStaticExecutables haskellPackages.dhall-text;
dhallPackages = recurseIntoAttrs (callPackage ./dhall-packages.nix { });