Cachix is in nixpkgs now
This commit is contained in:
parent
41c257cc62
commit
80457e2d60
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ env:
|
||||||
install:
|
install:
|
||||||
- nix --version
|
- nix --version
|
||||||
- travis_retry nix-channel --update
|
- 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
|
- if [ -n "${CACHIX_CACHE}" ]; then cachix use "${CACHIX_CACHE}"; fi
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue