diff options
author | Azat Bahawi <azat@bahawi.net> | 2022-08-13 12:48:36 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2022-08-13 12:48:36 +0300 |
commit | 44d0f54b477ca1d370d0b6c2fa06f5400e151e42 (patch) | |
tree | 6de343568f70d643eb897a14f44fca5ba92b3105 /flake.nix | |
parent | 2022-08-12 (diff) |
2022-08-13
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 18 |
1 files changed, 10 insertions, 8 deletions
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 = "."; }; |