meta/config/notifications.pr

12 lines
221 B
Promela

? <notifications ?notifyspace> [
? <built _ ?path _> [
$notifyspace ! <notify $path {} >
]
? <nixspace ?nixspace> [
$nixspace ? <nix-build _ ?output> [
$notifyspace ! <notify $output {} >
]
]
]