Add natstonotify
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m42s
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m42s
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user