Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1{ lib, callPackage }: 2 3lib.recurseIntoAttrs { 4 buildDhallUrl = callPackage ./buildDhallUrl { }; 5 generateDhallDirectoryPackage = callPackage ./generateDhallDirectoryPackage { }; 6}