note about what makeCpioRecursive is about.
This commit is contained in:
parent
138e51b3b3
commit
d9b4440b0d
@ -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 {};
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user