diff --git a/flake.lock b/flake.lock index 332afad..7352c39 100644 --- a/flake.lock +++ b/flake.lock @@ -551,17 +551,17 @@ "nixpkgs": "nixpkgs_2" }, "locked": { - "lastModified": 1724017314, - "narHash": "sha256-FFv/JT+A7xG6H1FN6aEHWzhrHXtw16BkSmBx0wgmC9U=", + "lastModified": 1724350575, + "narHash": "sha256-PE4N0+58p8yj/l74qCafiNRdFxNikpBEBoEmQaPWAQo=", "ref": "refs/heads/main", - "rev": "3ee51dbe589458cc54ff753317bbc6db530bddc0", - "revCount": 4201, + "rev": "6eed4a5294d12563649a0af901eb8f8584aa549e", + "revCount": 4202, "type": "git", - "url": "https://git.lix.systems/lix-project/hydra.git" + "url": "https://git.lix.systems/snaakey/hydra.git" }, "original": { "type": "git", - "url": "https://git.lix.systems/lix-project/hydra.git" + "url": "https://git.lix.systems/snaakey/hydra.git" } }, "iceshrimp": { diff --git a/flake.nix b/flake.nix index 68f513a..1f19e5e 100644 --- a/flake.nix +++ b/flake.nix @@ -27,7 +27,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; hydra = { - url = "git+https://git.lix.systems/lix-project/hydra.git"; + url = "git+https://git.lix.systems/snaakey/hydra.git"; inputs.lix.follows = "lix"; }; iceshrimp = {