From d7fc02342227fbd442f47e27fa12a42ff7998cd5 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Sat, 30 Sep 2023 14:53:27 +0200 Subject: fix everything forever i hope --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 969c3c6..808b47e 100644 --- a/flake.nix +++ b/flake.nix @@ -15,6 +15,10 @@ url = "github:ryantm/agenix"; inputs.nixpkgs.follows = "nixpkgs"; }; + push-notification-api = { + url = "github:linnnus/push-notification-api"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = { self, nixpkgs, home-manager, nix-darwin, agenix, ... }@inputs: -- cgit v1.2.3