diff --git a/flake.lock b/flake.lock index 57fdd67..597c9c9 100644 --- a/flake.lock +++ b/flake.lock @@ -1,5 +1,26 @@ { "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": { "inputs": { "nixpkgs": [ @@ -244,6 +265,7 @@ }, "root": { "inputs": { + "alerttonotify": "alerttonotify", "ghettoptt": "ghettoptt", "home-manager": "home-manager", "huecli": "huecli", diff --git a/flake.nix b/flake.nix index e05241c..51fa96b 100644 --- a/flake.nix +++ b/flake.nix @@ -30,6 +30,10 @@ url = "git+https://git.t-juice.club/torjus/nixprstatus?ref=master"; inputs.nixpkgs.follows = "nixpkgs"; }; + alerttonotify = { + url = "git+https://git.t-juice.club/torjus/alerttonotify?ref=master"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = @@ -42,6 +46,7 @@ sops-nix, ghettoptt, huecli, + alerttonotify, nix-packages, ... }@inputs: @@ -75,6 +80,7 @@ huecli.overlays.default nix-packages.overlays.default nixprstatus.overlays.default + alerttonotify.overlays.default ]; in {