diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-04-01 04:39:59 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-04-01 04:39:59 +0300 |
commit | f4145939712b0046e5d57906d4b157b8a150614d (patch) | |
tree | 3c8d24db6410692e0fa59570ff698d446ae5a96e /flake.nix | |
parent | 2023-03-23 (diff) |
2023-04-01
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/flake.nix b/flake.nix index ae5d91a..9af2e05 100644 --- a/flake.nix +++ b/flake.nix @@ -136,15 +136,6 @@ }; }; - # 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"; - # }; - # }; alertmanager-ntfy = { type = "github"; owner = "pinpox"; @@ -275,7 +266,10 @@ ''; checks.preCommit = pre-commit-hooks.lib.${system}.run { - src = ./.; + src = builtins.path { + name = "nixfiles"; + path = ./.; + }; hooks = { alejandra.enable = true; deadnix.enable = true; |