1
0

tb-scripts: add pushover-send

This commit is contained in:
2026-01-08 05:45:33 -08:00
parent 7a45d1b13f
commit 3831a92e90
3 changed files with 66 additions and 0 deletions

View File

@@ -25,5 +25,10 @@ pkgs.symlinkJoin {
runtimeInputs = [ pkgs.coreutils ];
text = builtins.readFile ./split-1G;
})
(pkgs.writeShellApplication {
name = ",pushover-send";
runtimeInputs = [ pkgs.curl ];
text = builtins.readFile ./pushover-send;
})
];
}