nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 6 lines 182 B view raw
1{ lib, callPackage }: 2 3lib.recurseIntoAttrs { 4 buildDhallUrl = callPackage ./buildDhallUrl { }; 5 generateDhallDirectoryPackage = callPackage ./generateDhallDirectoryPackage { }; 6}