Cachix is in nixpkgs now

This commit is contained in:
Francesco Gazzetta 2018-08-23 14:11:17 +02:00
parent 41c257cc62
commit 80457e2d60

View file

@ -10,7 +10,7 @@ env:
install:
- nix --version
- travis_retry nix-channel --update
- if [ -n "${CACHIX_CACHE}" ]; then nix-env -if https://github.com/cachix/cachix/tarball/master --substituters https://cachix.cachix.org --trusted-public-keys cachix.cachix.org-1:eWNHQldwUO7G2VkjpnjDbWwy4KQ/HNxht7H4SSoMckM=; fi
- if [ -n "${CACHIX_CACHE}" ]; then nix-env -i cachix; fi
- if [ -n "${CACHIX_CACHE}" ]; then cachix use "${CACHIX_CACHE}"; fi
script: