build: return to hydra.nixos.org branch
There are crucial patches applied on top of hydra, that makes things go brrrrrm. These should hopefully land in hydra/master soon.
Martin Weinelt committed
Oct 19, 2024 at 17:59 UTC
1cf86d33c67e0fee92d5a1c0d905dd9c32699443
2 files changed
+5
-4
build/flake.lock
+4
-3
@@ -257,15 +257,16 @@
257
]
258
},
259
"locked": {
260
- "lastModified": 1728364038,
261
- "narHash": "sha256-khkY1GG43/VUBt6g7Egt0Zz0V/rXxnDUpOLtanFum7Y=",
260
+ "lastModified": 1729353063,
261
+ "narHash": "sha256-RIsLbSN9omfTzBntinMJ0FBm9z1wAJbVnmP8xIYvgEg=",
262
"owner": "NixOS",
263
"repo": "hydra",
264
- "rev": "c69e30122bf7e7a7d3de70dc2418263c6e44159b",
264
+ "rev": "1c951d90e4fbeec345baf8886c8929912e8045c8",
265
"type": "github"
266
},
267
"original": {
268
"owner": "NixOS",
269
+ "ref": "hydra.nixos.org",
270
"repo": "hydra",
271
"type": "github"
272
}
build/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";
13
+ inputs.hydra.url = "github:NixOS/hydra/hydra.nixos.org";
14
inputs.hydra.inputs.nixpkgs.follows = "nixpkgs";
15
inputs.nix.follows = "hydra/nix";
16