From a8a572f7a16a431100a984a2f571c93396db93c9 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Wed, 2 Oct 2024 20:09:36 +0200 Subject: ahmed: Rebuild linus.onl on webhook instead of timer --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index fbb6aa4..ab09feb 100644 --- a/flake.nix +++ b/flake.nix @@ -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 -- cgit v1.2.3