@cryptotaxi247 / infra-1 / commits / 33c54eca

delft: use hydra.nixos.org branch for testing patchsets

Martin Weinelt committed Mar 16, 2024 at 04:26 UTC 33c54eca931a3435776308f8117850dda5912b48
2 files changed +5 -5
delft/flake.lock
+4 -4
@@ -199,16 +199,16 @@
199 "nixpkgs-for-fileset": "nixpkgs-for-fileset"
200 },
201 "locked": {
202 - "lastModified": 1706309642,
203 - "narHash": "sha256-Lk1ErBYJR08sJKdFhYvMgf6ILUirTXAiYUobjWkO5Uk=",
202 + "lastModified": 1710559001,
203 + "narHash": "sha256-evQv27UZhk9tW95QBhrXeEowakvv7ijlXP1YYIevc4Y=",
204 "owner": "NixOS",
205 "repo": "hydra",
206 - "rev": "838648c0cebc12e0527ede3ac5f71b64670b5f83",
206 + "rev": "dd68e3ffefe822b28554ea65ace8590dbfe02c0e",
207 "type": "github"
208 },
209 "original": {
210 "owner": "NixOS",
211 - "ref": "nix-2.19",
211 + "ref": "hydra.nixos.org",
212 "repo": "hydra",
213 "type": "github"
214 }
delft/flake.nix
+1 -1
@@ -10,7 +10,7 @@
10 inputs.disko.url = "github:nix-community/disko";
11 inputs.disko.inputs.nixpkgs.follows = "nixpkgs";
12
13 - inputs.hydra.url = "github:NixOS/hydra/nix-2.19";
13 + inputs.hydra.url = "github:NixOS/hydra/hydra.nixos.org";
14 inputs.nix.follows = "hydra/nix";
15
16 inputs.hydra-scale-equinix-metal.url = "github:DeterminateSystems/hydra-scale-equinix-metal";