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:
parent
a0d7d693d3
commit
099c99b7ad
1 changed files with 5 additions and 0 deletions
|
@ -1 +1,6 @@
|
|||
language: nix
|
||||
before_script:
|
||||
- nix-env -iA nixpkgs.cachix
|
||||
- cachix use nixery
|
||||
script:
|
||||
- nix-build | cachix push nixery
|
||||
|
|
Loading…
Reference in a new issue