rename logshipper -> logtap
- it matches the executable name - it doesn't ship anything anyway, it's just plumbing
This commit is contained in:
8
pkgs/logtap/default.nix
Normal file
8
pkgs/logtap/default.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
stdenv,
|
||||
}:
|
||||
stdenv.mkDerivation {
|
||||
name = "logtap";
|
||||
makeFlags = [ "PREFIX=${placeholder "out"}" ];
|
||||
src = ./.;
|
||||
}
|
Reference in New Issue
Block a user