13 src = fetchFromGitHub {
17 sha256 = "sha256-FhVpw6PJcm0aYQBlN7AUjOkJgCzleOHXIXumSegtxfA=";
22 nativeBuildInputs = [ installShellFiles ];
24 buildInputs = lib.optional stdenv.isDarwin Cocoa;
29 "-X github.com/variadico/noti/internal/command.Version=${version}"
33 export PATH=$out/bin:$PATH
37 installManPage docs/man/dist/*
41 description = "Monitor a process and trigger a notification";
43 Monitor a process and trigger a notification.
45 Never sit and wait for some long-running process to finish. Noti can alert
46 you when it's done. You can receive messages on your computer or phone.
48 homepage = "https://github.com/variadico/noti";
49 license = licenses.mit;
50 maintainers = with maintainers; [ stites marsam ];