netboot.nix/pkgs/default.nix
2020-05-25 21:42:02 -04:00

5 lines
76 B
Nix

{ callPackage }:
{
makeCpioRecursive = callPackage ./cpio-recursive {};
}