diff --git a/flake.lock b/flake.lock index 876162f..dddfafe 100644 --- a/flake.lock +++ b/flake.lock @@ -136,17 +136,17 @@ ] }, "locked": { - "lastModified": 1683550113, - "narHash": "sha256-niw0RHfwpo2/86wvtHrbU/DQYlkkwtrM+qG7GEC0qAo=", - "owner": "NixOS", - "repo": "hydra", - "rev": "13ef4e3c5d87bc6f68c91a36d78cdc7d589d8ff2", - "type": "github" + "lastModified": 1685429649, + "narHash": "sha256-5e8H/PuxH9dVCIPkinKFirwTQSRzmh8yR5feBJ6vZM4=", + "ref": "refs/heads/master", + "rev": "9004ba944a556365d75fc8c45cd6b70c384c1f9a", + "revCount": 4064, + "type": "git", + "url": "https://git.chir.rs/darkkirb/hydra" }, "original": { - "owner": "NixOS", - "repo": "hydra", - "type": "github" + "type": "git", + "url": "https://git.chir.rs/darkkirb/hydra" } }, "lowdown-src": { diff --git a/flake.nix b/flake.nix index 0feb56b..a44da70 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ inputs.utils.follows = "flake-utils"; }; hydra = { - url = "github:NixOS/hydra"; + url = "git+https://git.chir.rs/darkkirb/hydra"; }; };