From 1cf86d33c67e0fee92d5a1c0d905dd9c32699443 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 19 Oct 2024 17:59:22 +0200 Subject: [PATCH] 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. --- build/flake.lock | 7 ++++--- build/flake.nix | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/build/flake.lock b/build/flake.lock index 0dfef976..fe839ae4 100644 --- a/build/flake.lock +++ b/build/flake.lock @@ -257,15 +257,16 @@ ] }, "locked": { - "lastModified": 1728364038, - "narHash": "sha256-khkY1GG43/VUBt6g7Egt0Zz0V/rXxnDUpOLtanFum7Y=", + "lastModified": 1729353063, + "narHash": "sha256-RIsLbSN9omfTzBntinMJ0FBm9z1wAJbVnmP8xIYvgEg=", "owner": "NixOS", "repo": "hydra", - "rev": "c69e30122bf7e7a7d3de70dc2418263c6e44159b", + "rev": "1c951d90e4fbeec345baf8886c8929912e8045c8", "type": "github" }, "original": { "owner": "NixOS", + "ref": "hydra.nixos.org", "repo": "hydra", "type": "github" } diff --git a/build/flake.nix b/build/flake.nix index a0e8df16..3d22bbc9 100644 --- a/build/flake.nix +++ b/build/flake.nix @@ -10,7 +10,7 @@ inputs.disko.url = "github:nix-community/disko"; inputs.disko.inputs.nixpkgs.follows = "nixpkgs"; - inputs.hydra.url = "github:NixOS/hydra"; + inputs.hydra.url = "github:NixOS/hydra/hydra.nixos.org"; inputs.hydra.inputs.nixpkgs.follows = "nixpkgs"; inputs.nix.follows = "hydra/nix";