7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitLab {
15 sha256 = "sha256-m0sqLi5qxQKfdFtHxo0DX4bV6lUNZP1JWt8NAfY+F5A=";
18 cargoSha256 = "sha256-uIaGIHBB/ntGyBZL45E61E9fELR8UGRieb/fJQsB5NE=";
21 description = "Easier monitoring of live logs";
22 homepage = "https://gitlab.com/kevincox/watchlog";
23 license = lib.licenses.asl20;
24 maintainers = with lib.maintainers; [ kevincox ];
26 # Dependency only supports Linux + Windows: https://github.com/mentaljam/standard_paths/tree/master/src
27 platforms = with lib.platforms; linux ++ windows;