mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
release.nix: add cachix on darwin as a blocker
Otherwise darwin users might not get cached builds.
This commit is contained in:
parent
c395fe1e8f
commit
9bfc668231
@ -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…
Reference in New Issue
Block a user