Add natstonotify
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m42s

This commit is contained in:
2025-02-11 20:14:37 +01:00
parent f1dba8c6d8
commit fc1a32e1c5
4 changed files with 44 additions and 0 deletions

View File

@@ -34,6 +34,10 @@
url = "git+https://git.t-juice.club/torjus/alerttonotify?ref=master";
inputs.nixpkgs.follows = "nixpkgs";
};
natstonotify = {
url = "git+https://git.t-juice.club/torjus/natstonotify?ref=master";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =
@@ -47,6 +51,7 @@
ghettoptt,
huecli,
alerttonotify,
natstonotify,
nix-packages,
...
}@inputs:
@@ -81,6 +86,7 @@
nix-packages.overlays.default
nixprstatus.overlays.default
alerttonotify.overlays.default
natstonotify.overlays.default
];
in
{