feat: expand env variables in config at runtime

This commit is contained in:
2026-07-26 16:44:23 +02:00
parent 2427e5e426
commit 39a89ffbdc
2 changed files with 29 additions and 1 deletions
+2
View File
@@ -59,6 +59,8 @@ The default values are below.
`ntfy.server` (string url) Ntfy server to use.
`ntfy.topic` (string) Ntfy topic for the notification.
Note : `$` will be expanded into the environment variables at runtime. Don't forget to escape it with `\`.
### Usage
* Adding a PR : `nixpkgs-notifier add PR1 PR2 PR3 ...`