add "waitup", s6 readiness helper for network interfaces

run e.g. "waitup wlan0 10" to wait until wlan0 is operationally
up and running, and then send a newline to file descriptor 10
This commit is contained in:
Daniel Barlow
2023-02-24 23:03:09 +00:00
parent 3e1082ad18
commit 03aec58c2c
4 changed files with 93 additions and 0 deletions

View File

@@ -86,6 +86,9 @@ final: prev: {
};
};
netlink-lua = final.callPackage ./pkgs/netlink-lua {};
waitup = final.callPackage ./pkgs/waitup {};
# these are packages for the build system not the host/target
tufted = final.callPackage ./pkgs/tufted {};