Nixpkgs¶
Lib¶
lib.filesystems.packagesFromDirectoryRecursive¶
Automagically turns a tree of files into callPackage'd packages
pkgs¶
callPackage¶
import
but with automatic argument passing.
Definition - Explanation by Nobbz
Basically callPackageWith
with the passed attributes being that instance of pkgs
.