http-fstree downloads a json file and converts to service outputs

This commit is contained in:
Daniel Barlow
2024-08-08 15:35:11 +01:00
parent 1e139c22fd
commit d760c2d27b
4 changed files with 76 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ in {
gen_init_cpio = callPackage ./gen_init_cpio { };
go-l2tp = callPackage ./go-l2tp { };
hi = callPackage ./hi { };
http-fstree = callPackage ./http-fstree { };
ifwait = callPackage ./ifwait { };
initramfs-peek = callPackage ./initramfs-peek { };
kernel-backport = callPackage ./kernel-backport { };