summary refs log tree commit diff
path: root/pkgs/test/dhall/default.nix
blob: bdb33acf0238ecf5f2751e8035b68d6dc336d2e2 (plain) (blame)
1
2
3
4
5
{ lib, callPackage }:

lib.recurseIntoAttrs {
  buildDhallUrl = callPackage ./buildDhallUrl { };
}