mirror of
https://code.tvl.fyi/depot.git:/tools/nixery.git
synced 2025-03-15 14:11:51 +00:00
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
504546d594
commit
6390bbee94
|
@ -1 +1,6 @@
|
||||||
language: nix
|
language: nix
|
||||||
|
before_script:
|
||||||
|
- nix-env -iA nixpkgs.cachix
|
||||||
|
- cachix use nixery
|
||||||
|
script:
|
||||||
|
- nix-build | cachix push nixery
|
||||||
|
|
Loading…
Reference in New Issue
Block a user