14 src = fetchFromGitHub {
18 hash = "sha256-8CHSbKOiWNYqKBU1kqQm5t02DJq0JfoIaPsU6Ylc46E=";
23 nativeBuildInputs = [ installShellFiles ];
25 buildInputs = lib.optional stdenv.hostPlatform.isDarwin Cocoa;
30 "-X github.com/variadico/noti/internal/command.Version=${version}"
34 export PATH=$out/bin:$PATH
38 installManPage docs/man/dist/*
42 description = "Monitor a process and trigger a notification";
44 Monitor a process and trigger a notification.
46 Never sit and wait for some long-running process to finish. Noti can alert
47 you when it's done. You can receive messages on your computer or phone.
49 homepage = "https://github.com/variadico/noti";
50 license = licenses.mit;
51 maintainers = with maintainers; [ stites ];