note about what makeCpioRecursive is about.

This commit is contained in:
Graham Christensen 2020-05-25 21:47:56 -04:00
parent 138e51b3b3
commit d9b4440b0d
No known key found for this signature in database
GPG Key ID: FE918C3A98C1030F

View File

@ -1,5 +1,9 @@
{ callPackage }:
{
# Create a cpio archive comprised of many initrd's appended to
# each other. Harder to debug, and requires recursive Nix support,
# but faster for iterating.
makeCpioRecursive = callPackage ./cpio-recursive {};
makeSquashfsManifest = callPackage ./squashfs-recursive {};
}