diff --git a/flake.lock b/flake.lock index edf5afe..c840228 100644 --- a/flake.lock +++ b/flake.lock @@ -258,17 +258,17 @@ ] }, "locked": { - "lastModified": 1721682989, - "narHash": "sha256-kjJiZ7m4HKqbZ2mxNQiB32/goKFb8BRi8OqC4wIU0OI=", + "lastModified": 1722688238, + "narHash": "sha256-x6BnYtArF6IDs7bS8ExokgAQBOlrxXxD0EOBIlASmfM=", "ref": "refs/heads/main", - "rev": "4b107e6ff36bd89958fba36e0fe0340903e7cd13", - "revCount": 4190, + "rev": "9b5ac87de73ea4646dbb2af979db91f096d29960", + "revCount": 4191, "type": "git", - "url": "https://git.lix.systems/lix-project/hydra.git" + "url": "https://git.lix.systems/the-distro/hydra.git" }, "original": { "type": "git", - "url": "https://git.lix.systems/lix-project/hydra.git" + "url": "https://git.lix.systems/the-distro/hydra.git" } }, "lix": { diff --git a/flake.nix b/flake.nix index ce9ca5c..bd32ea4 100644 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,7 @@ colmena.url = "github:zhaofengli/colmena"; colmena.inputs.nixpkgs.follows = "nixpkgs"; - hydra.url = "git+https://git.lix.systems/lix-project/hydra.git"; + hydra.url = "git+https://git.lix.systems/the-distro/hydra.git"; hydra.inputs.nixpkgs.follows = "nixpkgs"; nix-gerrit.url = "git+https://git.lix.systems/the-distro/nix-gerrit.git";