hydra_unstable: 2023-12-24 -> 2024-03-08, use nix_2_20

Update tests according to ceff5c5cfe
This commit is contained in:
Rick van Schijndel 2024-03-20 07:52:31 +01:00 committed by Sandro Jäckel
parent f4fb648799
commit 838750a9fd
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
3 changed files with 5 additions and 12 deletions

View File

@ -36,13 +36,6 @@
'';
};
services.postfix.enable = true;
nix = {
distributedBuilds = true;
buildMachines = [{
hostName = "localhost";
systems = [ system ];
}];
settings.substituters = [];
};
nix.settings.substituters = [];
};
}

View File

@ -123,13 +123,13 @@ let
in
stdenv.mkDerivation rec {
pname = "hydra";
version = "2023-12-24";
version = "2024-03-08";
src = fetchFromGitHub {
owner = "NixOS";
repo = "hydra";
rev = "02e453fc8c39751843220eaecdeaf7d539b7e765";
hash = "sha256-hIXRgu2MGqFYCALDKAiP+8lE859zftRe4OVIgGOTkvc=";
rev = "8f56209bd6f3b9ec53d50a23812a800dee7a1969";
hash = "sha256-mhEj02VruXPmxz3jsKHMov2ERNXk9DwaTAunWEO1iIQ=";
};
buildInputs = [

View File

@ -21776,7 +21776,7 @@ with pkgs;
hwloc = callPackage ../development/libraries/hwloc { };
hydra_unstable = callPackage ../development/tools/misc/hydra/unstable.nix { nix = nixVersions.nix_2_19; };
hydra_unstable = callPackage ../development/tools/misc/hydra/unstable.nix { nix = nixVersions.nix_2_20; };
hydra-cli = callPackage ../development/tools/misc/hydra-cli { };