pkgs/top-level/release.nix: Don't require Darwin to be supported

This commit is contained in:
Eelco Dolstra
2018-07-04 17:53:02 +02:00
parent 67d0a57ef9
commit 8d4068d9d1
3 changed files with 38 additions and 37 deletions
+3 -5
View File
@@ -6,13 +6,11 @@
$ copy-tarballs.pl --expr 'import <nixpkgs/maintainers/scripts/all-tarballs.nix>'
*/
removeAttrs (import ../../pkgs/top-level/release.nix
import ../../pkgs/top-level/release.nix
{ # Don't apply hydraJob to jobs, because then we can't get to the
# dependency graph.
scrubJobs = false;
# No need to evaluate on i686.
supportedSystems = [ "x86_64-linux" ];
})
[ # Remove jobs whose evaluation depends on a writable Nix store.
"tarball" "unstable" "darwin-tested"
]
limitedSupportedSystems = [];
}