From e81ebb0e752e88b0307bb6687d831cb4a1701911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Mon, 9 Mar 2026 19:40:55 +0100 Subject: [PATCH] flake: migrate homelab-deploy 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 03ff1b5..c34ebac 100644 --- a/flake.lock +++ b/flake.lock @@ -28,18 +28,18 @@ ] }, "locked": { - "lastModified": 1771488195, - "narHash": "sha256-2kMxqdDyPluRQRoES22Y0oSjp7pc5fj2nRterfmSIyc=", + "lastModified": 1773081467, + "narHash": "sha256-K22nYBq4FXe/1NJ/wg0uUbFrutgw2j9axbA/1NvvK8E=", "ref": "master", - "rev": "2d26de50559d8acb82ea803764e138325d95572c", - "revCount": 37, + "rev": "713d1e7584c1e076fcf8e6248e2d022027832e86", + "revCount": 38, "type": "git", - "url": "https://git.t-juice.club/torjus/homelab-deploy" + "url": "https://code.t-juice.club/torjus/homelab-deploy" }, "original": { "ref": "master", "type": "git", - "url": "https://git.t-juice.club/torjus/homelab-deploy" + "url": "https://code.t-juice.club/torjus/homelab-deploy" } }, "nixos-exporter": { diff --git a/flake.nix b/flake.nix index 0f64405..edc71dd 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ inputs.nixpkgs.follows = "nixpkgs-unstable"; }; homelab-deploy = { - url = "git+https://git.t-juice.club/torjus/homelab-deploy?ref=master"; + url = "git+https://code.t-juice.club/torjus/homelab-deploy?ref=master"; inputs.nixpkgs.follows = "nixpkgs-unstable"; }; };