From 2d73627a2afdc2570e362e22d1023f3bdeceedd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Mon, 9 Mar 2026 19:23:56 +0100 Subject: [PATCH] flake: migrate alerttonotify input to code.t-juice.club Co-Authored-By: Claude Opus 4.6 --- flake.lock | 12 ++++++------ flake.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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 = {