Add alerttonotify input

This commit is contained in:
Torjus Håkestad 2024-12-03 06:46:24 +01:00
parent 597339129b
commit 2de34d6505
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4
2 changed files with 28 additions and 0 deletions

View File

@ -1,5 +1,26 @@
{ {
"nodes": { "nodes": {
"alerttonotify": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1733183260,
"narHash": "sha256-6pB/H1Z+s+fGm2jqsiYKyrNeny7TfcCGbUhjTbTDGE8=",
"ref": "master",
"rev": "686a322f00d5d042aad28d3eed5ac1b96443ae02",
"revCount": 3,
"type": "git",
"url": "https://git.t-juice.club/torjus/alerttonotify"
},
"original": {
"ref": "master",
"type": "git",
"url": "https://git.t-juice.club/torjus/alerttonotify"
}
},
"ghettoptt": { "ghettoptt": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
@ -244,6 +265,7 @@
}, },
"root": { "root": {
"inputs": { "inputs": {
"alerttonotify": "alerttonotify",
"ghettoptt": "ghettoptt", "ghettoptt": "ghettoptt",
"home-manager": "home-manager", "home-manager": "home-manager",
"huecli": "huecli", "huecli": "huecli",

View File

@ -30,6 +30,10 @@
url = "git+https://git.t-juice.club/torjus/nixprstatus?ref=master"; url = "git+https://git.t-juice.club/torjus/nixprstatus?ref=master";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
alerttonotify = {
url = "git+https://git.t-juice.club/torjus/alerttonotify?ref=master";
inputs.nixpkgs.follows = "nixpkgs";
};
}; };
outputs = outputs =
@ -42,6 +46,7 @@
sops-nix, sops-nix,
ghettoptt, ghettoptt,
huecli, huecli,
alerttonotify,
nix-packages, nix-packages,
... ...
}@inputs: }@inputs:
@ -75,6 +80,7 @@
huecli.overlays.default huecli.overlays.default
nix-packages.overlays.default nix-packages.overlays.default
nixprstatus.overlays.default nixprstatus.overlays.default
alerttonotify.overlays.default
]; ];
in in
{ {