diff options
| author | triethyl <triethylammonium@pm.me> | 2026-03-19 21:07:42 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2026-03-19 21:07:42 -0400 |
| commit | 30e672c80ce59923ab6469a24de7eef630e68c8c (patch) | |
| tree | f449f822a241eef4fabde09718a16774b975854a /pkgs/inbox-review.nix | |
| parent | 3f8ad7c7a37a5cd4006b8df6ecdbefc35c910427 (diff) | |
pkgs: refined inboxreview
Diffstat (limited to 'pkgs/inbox-review.nix')
| -rw-r--r-- | pkgs/inbox-review.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/inbox-review.nix b/pkgs/inbox-review.nix index a65cd06..34a775b 100644 --- a/pkgs/inbox-review.nix +++ b/pkgs/inbox-review.nix @@ -23,5 +23,9 @@ in pkgs.writers.writeNuBin "inboxreview" /*nu*/ '' if $deletion_confirmation { rm $path } + } | null + + if ($iota_paths == []) { + print "No inbox items!" } '' |
