summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2023-04-01 04:39:59 +0300
committerAzat Bahawi <azat@bahawi.net>2023-04-01 04:39:59 +0300
commitf4145939712b0046e5d57906d4b157b8a150614d (patch)
tree3c8d24db6410692e0fa59570ff698d446ae5a96e /flake.nix
parentf6e36a699ae2d073e340e0a5844b8e111ed3de37 (diff)
2023-04-01
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix14
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;