depot/third_party/nixpkgs/pkgs/test/dhall/default.nix

7 lines
182 B
Nix
Raw Normal View History

{ lib, callPackage }:
lib.recurseIntoAttrs {
buildDhallUrl = callPackage ./buildDhallUrl { };
generateDhallDirectoryPackage = callPackage ./generateDhallDirectoryPackage { };
}