099c99b7ad
The CI setup is configured with an appropriate key to enable pushes to the nixery.cachix.org binary cache.
6 lines
125 B
YAML
6 lines
125 B
YAML
language: nix
|
|
before_script:
|
|
- nix-env -iA nixpkgs.cachix
|
|
- cachix use nixery
|
|
script:
|
|
- nix-build | cachix push nixery
|