summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2022-08-13 12:48:36 +0300
committerAzat Bahawi <azat@bahawi.net>2022-08-13 12:48:36 +0300
commit44d0f54b477ca1d370d0b6c2fa06f5400e151e42 (patch)
tree6de343568f70d643eb897a14f44fca5ba92b3105 /flake.nix
parent61b94f0dd06cac0f7dcd38cce80f2a7ab8376098 (diff)
2022-08-13
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix18
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 = ".";
};