diff --git a/flake.nix b/flake.nix index 188c3fdd6..6abfc94b1 100644 --- a/flake.nix +++ b/flake.nix @@ -446,30 +446,6 @@ ''; */ - # Aggregate job containing the release-critical jobs. - release = - with self.hydraJobs; - nixpkgsFor.x86_64-linux.releaseTools.aggregate { - name = "nix-${version}"; - meta.description = "Release-critical builds"; - constituents = - [ "build.i686-linux" - "build.x86_64-darwin" - "build.x86_64-linux" - "build.aarch64-linux" - "binaryTarball.i686-linux" - "binaryTarball.x86_64-darwin" - "binaryTarball.x86_64-linux" - "binaryTarball.aarch64-linux" - "tests.remoteBuilds" - "tests.nix-copy-closure" - "tests.binaryTarball" - #"tests.evalNixpkgs" - #"tests.evalNixOS" - "installerScript" - ]; - }; - }; checks = forAllSystems (system: {