release.nix: add cachix on darwin as a blocker

Otherwise darwin users might not get cached builds.
This commit is contained in:
Domen Kožar 2022-02-01 12:06:46 +00:00 committed by GitHub
parent c395fe1e8f
commit 9bfc668231
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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