Fix Travis (by following @Gerschtli's advice)

https://github.com/t184256/nix-on-droid/issues/67#issuecomment-643451315
This commit is contained in:
Alexander Sosedkin 2020-06-12 21:59:57 +02:00
parent 8e97da49d0
commit 61edd2991b

View file

@ -6,6 +6,9 @@ env:
global:
- CACHIX_CACHE=nix-on-droid
before_install:
- nix upgrade-nix
install:
- nix-env -iA cachix -f https://cachix.org/api/v1/install
- cachix use "${CACHIX_CACHE}"