try using cachix with travis

https://mpickering.github.io/posts/2019-06-24-overkill-or-not.html
This commit is contained in:
Ryan Mulligan 2019-07-30 20:23:31 -07:00
parent 9dfb8b591a
commit 0899ed2556

View File

@ -1,3 +1,8 @@
sudo: true
language: nix
script: nix-build --option binary-caches 'https://cache.nixos.org/ https://r-ryantm.cachix.org/' --option trusted-public-keys ' r-ryantm.cachix.org-1:gkUbLkouDAyvBdpBX0JOdIiD2/DP1ldF3Z3Y6Gqcc4c= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY='
script:
- nix-env -iA cachix -f https://cachix.org/api/v1/install
- cachix use nixpkgs-update
- cachix push nixpkgs-update --watch-store&
- nix-build