package gen_init_cpio, tool for making an initramfs

This commit is contained in:
Daniel Barlow 2023-04-04 22:47:59 +01:00
parent f02efa3fe3
commit aa1a2e5d75
2 changed files with 19 additions and 0 deletions

View file

@ -22,6 +22,8 @@
netlink-lua = callPackage ./netlink-lua {};
ifwait = callPackage ./ifwait {};
gen_init_cpio = callPackage ./gen_init_cpio {};
serviceFns = callPackage ./service-fns {};
# these are packages for the build system not the host/target