diff options
author | Linnnus <[email protected]> | 2024-10-02 20:09:36 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-10-02 20:09:36 +0200 |
commit | a8a572f7a16a431100a984a2f571c93396db93c9 (patch) | |
tree | 7949f83d7cc54e1dc2214fad0cc388341ecde7cd /flake.lock | |
parent | 404f6847236b3dc82199b8810979b25c3b435804 (diff) |
ahmed: Rebuild linus.onl on webhook instead of timer
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 23 |
1 files changed, 22 insertions, 1 deletions
@@ -223,7 +223,8 @@ "nix-darwin": "nix-darwin", "nixpkgs": "nixpkgs", "nixpkgs-unstable": "nixpkgs-unstable", - "push-notification-api": "push-notification-api" + "push-notification-api": "push-notification-api", + "webhook-listener": "webhook-listener" } }, "systems": { @@ -255,6 +256,26 @@ "repo": "default", "type": "github" } + }, + "webhook-listener": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1727892481, + "narHash": "sha256-fgsNGC8VaoH9LcSMHwMufuFUZpH6oq4pVQVnmp2Q0Mo=", + "owner": "linnnus", + "repo": "webhook-listener", + "rev": "c0ff85fd243f0e6cb3f5d4d0d61ad33cc893108f", + "type": "github" + }, + "original": { + "owner": "linnnus", + "repo": "webhook-listener", + "type": "github" + } } }, "root": "root", |