From 5660ee6f2f52a6444a265eebc7f54bfb1e4a15db Mon Sep 17 00:00:00 2001 From: emily Date: Thu, 22 Aug 2024 20:40:57 +0200 Subject: [PATCH] Use own hydra branch until PR is merged --- flake.lock | 12 ++++++------ flake.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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 = {