@cryptotaxi247 / infra / commits / 6a8e1ef2

makemake: Stage Hydra PR 1316 (#316)

That is https://github.com/NixOS/hydra/pull/1316, preparation for broader CA derivations support in a way that does not require scheme changes.

John Ericson committed Dec 6, 2023 at 20:03 UTC 6a8e1ef26d44f89323ed396ead79b89e8c5e2ec0
2 files changed +5 -4
ngi0/makemake/flake.lock
+4 -3
@@ -22,15 +22,16 @@
22 "nixpkgs": "nixpkgs"
23 },
24 "locked": {
25 - "lastModified": 1701446871,
26 - "narHash": "sha256-ILB2BOaNY+UBs8iSMZYJI2LfV+R/+I6zU9kV1/Sz6oU=",
25 + "lastModified": 1701903565,
26 + "narHash": "sha256-CBiJjoReHRMPvDFHxTnrfgte/i6D2s1dmAOeAKKA7Uc=",
27 "owner": "NixOS",
28 "repo": "hydra",
29 - "rev": "f216bce0e62654ab4809003ec0756ee3e40d5172",
29 + "rev": "11f8030b0f4c75ed7640563d68200cf3ec59edec",
30 "type": "github"
31 },
32 "original": {
33 "owner": "NixOS",
34 + "ref": "ca-derivations-prep",
35 "repo": "hydra",
36 "type": "github"
37 }
ngi0/makemake/flake.nix
+1 -1
@@ -1,7 +1,7 @@
1 {
2 inputs.nixpkgs.follows = "hydra/nixpkgs";
3 inputs.nix.follows = "hydra/nix";
4 - inputs.hydra.url = "github:NixOS/hydra";
4 + inputs.hydra.url = "github:NixOS/hydra/ca-derivations-prep";
5
6 outputs = { self, nixpkgs, nix, hydra }: {
7