diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-03-13 18:36:47 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-03-13 18:36:47 +0100 |
commit | 7304f9f145456d53b9f7adcb6ba8ccc7b9885f23 (patch) | |
tree | 376ccccd6fd4148b75eae6fa8c6d2a3697c4744f /flake.nix | |
parent | db34445c5e4d4df545b5dab62d5f526a6bda609e (diff) | |
parent | 5392884eb17db70a9fb2aa67fae486cda3c7ce92 (diff) |
Merge remote-tracking branch 'origin/master' into flakes
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 24 |
1 files changed, 0 insertions, 24 deletions
@@ -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: { |