From 44d0f54b477ca1d370d0b6c2fa06f5400e151e42 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sat, 13 Aug 2022 12:48:36 +0300 Subject: 2022-08-13 --- flake.nix | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 5f1ad07..e107c93 100644 --- a/flake.nix +++ b/flake.nix @@ -86,14 +86,15 @@ }; }; - alertmanager-gotify = { - type = "git"; - url = "https://git.mbosch.me/ma27/alertmanager-gotify"; - inputs = { - flake-utils.follows = "flake-utils"; - nixpkgs.follows = "nixpkgs"; - }; - }; + # TODO Integrate into Altertmanager. + # alertmanager-gotify = { + # type = "git"; + # url = "https://git.mbosch.me/ma27/alertmanager-gotify"; + # inputs = { + # flake-utils.follows = "flake-utils"; + # nixpkgs.follows = "nixpkgs"; + # }; + # }; flake-utils = { type = "github"; @@ -180,6 +181,7 @@ overlays = [self.overlays.default]; }; in { + # TODO Add the rest of `self.overlay`. packages.default = pkgs.nixfiles.override { nixfilesSrc = "."; }; -- cgit v1.2.3