nixpkgs/pkgs/test/dhall/default.nix
2021-10-25 15:04:50 +09:00

7 lines
100 B
Nix

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