logshipper/logtee :copy stdin to stdout & to a unix socket if present

first draft
This commit is contained in:
Daniel Barlow
2024-09-15 19:33:21 +01:00
parent aaa6e353db
commit 9b1fc11a59
4 changed files with 107 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
stdenv
}:
stdenv.mkDerivation {
name = "logshipper";
makeFlags = [ "PREFIX=${placeholder "out"}" ];
src = ./.;
}