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.nix | |
parent | 404f6847236b3dc82199b8810979b25c3b435804 (diff) |
ahmed: Rebuild linus.onl on webhook instead of timer
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -27,6 +27,10 @@ url = "github:linnnus/comma-zsh"; inputs.nixpkgs.follows = "nixpkgs"; }; + webhook-listener = { + url = "github:linnnus/webhook-listener"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = { @@ -36,6 +40,7 @@ nix-darwin, agenix, push-notification-api, + webhook-listener, ... } @ inputs: let args = { @@ -82,6 +87,7 @@ home-manager.nixosModules.home-manager agenix.nixosModules.default push-notification-api.nixosModules.default + webhook-listener.nixosModules.default ./hosts/ahmed/configuration.nix ./hosts/common.nix ./home |