2018-04-08 17:26:56 +03:00
|
|
|
sudo: true
|
2018-04-08 17:21:48 +03:00
|
|
|
language: nix
|
2019-07-31 06:23:31 +03:00
|
|
|
|
|
|
|
script:
|
|
|
|
- nix-env -iA cachix -f https://cachix.org/api/v1/install
|
|
|
|
- cachix use nixpkgs-update
|
|
|
|
- cachix push nixpkgs-update --watch-store&
|
|
|
|
- nix-build
|