feat(build): Configure Cachix for build caching in CI

The CI setup is configured with an appropriate key to enable pushes to
the nixery.cachix.org binary cache.
This commit is contained in:
Vincent Ambo 2019-08-04 01:30:24 +01:00 committed by Vincent Ambo
parent a0d7d693d3
commit 099c99b7ad

View file

@ -1 +1,6 @@
language: nix
before_script:
- nix-env -iA nixpkgs.cachix
- cachix use nixery
script:
- nix-build | cachix push nixery