diff --git a/flake.lock b/flake.lock index ae59170..645287f 100644 --- a/flake.lock +++ b/flake.lock @@ -7,18 +7,18 @@ ] }, "locked": { - "lastModified": 1739310461, - "narHash": "sha256-GscftfATX84Aae9FObrQOe+hr5MsEma2Fc5fdzuu3hA=", + "lastModified": 1773079666, + "narHash": "sha256-midgZRnFEybsH3uJazCJcF9i5Tm5hYVH7+oDLAFpLtU=", "ref": "master", - "rev": "53915cec6356be1a2d44ac2cbd0a71b32d679e6f", - "revCount": 7, + "rev": "d8c08778f941a459fccae932e3768f9b9fe1783d", + "revCount": 11, "type": "git", - "url": "https://git.t-juice.club/torjus/alerttonotify" + "url": "https://code.t-juice.club/torjus/alerttonotify" }, "original": { "ref": "master", "type": "git", - "url": "https://git.t-juice.club/torjus/alerttonotify" + "url": "https://code.t-juice.club/torjus/alerttonotify" } }, "homelab-deploy": { diff --git a/flake.nix b/flake.nix index ae220da..fbedc58 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ nixpkgs-unstable.url = "github:nixos/nixpkgs?ref=nixos-unstable"; alerttonotify = { - url = "git+https://git.t-juice.club/torjus/alerttonotify?ref=master"; + url = "git+https://code.t-juice.club/torjus/alerttonotify?ref=master"; inputs.nixpkgs.follows = "nixpkgs-unstable"; }; nixos-exporter = {