Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
livetail # Sumologic livetail CLI
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
livetail # Sumologic livetail CLI
];
} Package Definition
{
"pname": "livetail",
"version": "2.1",
"src": {
"url": "https://github.com/SumoLogic/livetail-cli/releases/download/2.1/livetail_mac_os.zip",
"sha256": "fd8b3d8521c4be647c8cbb85d02f659d547f2c8825bd3d270e44d0401c4197fa"
},
"installPhase": [
"mkdir -p \"$out/bin\" && ln -s \"livetail\" \"$out/bin/livetail\""
],
"meta": {
"homepage": "https://github.com/SumoLogic/livetail-cli"
}
}