2e1d84e9fb
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
5 lines
99 B
Nix
5 lines
99 B
Nix
{ lib, callPackage }:
|
|
|
|
lib.recurseIntoAttrs {
|
|
buildDhallUrl = callPackage ./buildDhallUrl { };
|
|
}
|