summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-03-13 18:36:47 +0100
committerEelco Dolstra <edolstra@gmail.com>2020-03-13 18:36:47 +0100
commit7304f9f145456d53b9f7adcb6ba8ccc7b9885f23 (patch)
tree376ccccd6fd4148b75eae6fa8c6d2a3697c4744f /flake.nix
parentdb34445c5e4d4df545b5dab62d5f526a6bda609e (diff)
parent5392884eb17db70a9fb2aa67fae486cda3c7ce92 (diff)
Merge remote-tracking branch 'origin/master' into flakes
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix24
1 files changed, 0 insertions, 24 deletions
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: {