2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-25 14:24:40 +00:00
nixpkgs/pkgs/test/dhall/default.nix
2021-12-07 13:36:20 +09:00

7 lines
182 B
Nix

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