release.nix: add cachix on darwin as a blocker

Otherwise darwin users might not get cached builds.
main
Domen Kožar 2 years ago committed by GitHub
parent c395fe1e8f
commit 9bfc668231
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      pkgs/top-level/release.nix

@ -136,6 +136,7 @@ let
++ lib.optionals supportDarwin.x86_64 [
jobs.stdenv.x86_64-darwin
jobs.cargo.x86_64-darwin
jobs.cachix.x86_64-darwin
jobs.go.x86_64-darwin
jobs.python2.x86_64-darwin
jobs.python3.x86_64-darwin

Loading…
Cancel
Save