From 8b1ade558028ae881e62bcd68b19ef3921764df9 Mon Sep 17 00:00:00 2001 From: Pierre Bourdon Date: Tue, 13 Aug 2024 01:10:52 +0200 Subject: [PATCH] Revert "update hydra" This reverts commit f7907a2915b4fbf3dd851889b635fb717efb2261. We develop straight on lix-project/hydra, as discussed a few times on the Lix development channel. --- flake.lock | 12 ++++++------ flake.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 755d8af..8dbc3c0 100644 --- a/flake.lock +++ b/flake.lock @@ -258,17 +258,17 @@ ] }, "locked": { - "lastModified": 1722688238, - "narHash": "sha256-x6BnYtArF6IDs7bS8ExokgAQBOlrxXxD0EOBIlASmfM=", + "lastModified": 1721682989, + "narHash": "sha256-kjJiZ7m4HKqbZ2mxNQiB32/goKFb8BRi8OqC4wIU0OI=", "ref": "refs/heads/main", - "rev": "9b5ac87de73ea4646dbb2af979db91f096d29960", - "revCount": 4191, + "rev": "4b107e6ff36bd89958fba36e0fe0340903e7cd13", + "revCount": 4190, "type": "git", - "url": "https://git.lix.systems/the-distro/hydra.git" + "url": "https://git.lix.systems/lix-project/hydra.git" }, "original": { "type": "git", - "url": "https://git.lix.systems/the-distro/hydra.git" + "url": "https://git.lix.systems/lix-project/hydra.git" } }, "lix": { diff --git a/flake.nix b/flake.nix index 44ba51e..88ec225 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ colmena.url = "github:zhaofengli/colmena"; colmena.inputs.nixpkgs.follows = "nixpkgs"; - hydra.url = "git+https://git.lix.systems/the-distro/hydra.git"; + hydra.url = "git+https://git.lix.systems/lix-project/hydra.git"; hydra.inputs.nixpkgs.follows = "nixpkgs"; nix-gerrit.url = "git+https://git.lix.systems/the-distro/nix-gerrit.git";