flake: switch back to NixOS/hydra

ssh fix merged upstream
This commit is contained in:
zowoq 2022-10-01 06:55:34 +10:00
parent 5a87dabc24
commit 4bb9bb0896
2 changed files with 6 additions and 7 deletions

11
flake.lock generated
View file

@ -143,16 +143,15 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1664477173, "lastModified": 1664546346,
"narHash": "sha256-Nh1bGv4qMQeNIuidL/UTMVQzb3xKX0/C9ihDCUZWRc0=", "narHash": "sha256-BEXvLgBRK38Z2f4v5OXvTgywkvU+n0PHyjvOepa+GXk=",
"owner": "Mic92", "owner": "NixOS",
"repo": "hydra", "repo": "hydra",
"rev": "94d19e19725905c3d10acd28cce78268a53d5ff6", "rev": "8f05b797e96197b9ddaec63331b58b6a98aa5c0a",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "Mic92", "owner": "NixOS",
"ref": "fix-ssh-prefix",
"repo": "hydra", "repo": "hydra",
"type": "github" "type": "github"
} }

View file

@ -21,7 +21,7 @@
sops-nix.inputs.nixpkgs.follows = "nixpkgs"; sops-nix.inputs.nixpkgs.follows = "nixpkgs";
hercules-ci-effects.url = "github:hercules-ci/hercules-ci-effects"; hercules-ci-effects.url = "github:hercules-ci/hercules-ci-effects";
hercules-ci-agent.url = "github:hercules-ci/hercules-ci-agent/master"; hercules-ci-agent.url = "github:hercules-ci/hercules-ci-agent/master";
hydra.url = "github:Mic92/hydra/fix-ssh-prefix"; hydra.url = "github:NixOS/hydra";
hydra.inputs.nixpkgs.follows = "nixpkgs"; hydra.inputs.nixpkgs.follows = "nixpkgs";
flake-parts.url = "github:hercules-ci/flake-parts"; flake-parts.url = "github:hercules-ci/flake-parts";