mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-09 03:56:06 +01:00
Fix Travis (by following @Gerschtli's advice)
https://github.com/t184256/nix-on-droid/issues/67#issuecomment-643451315
This commit is contained in:
parent
8e97da49d0
commit
61edd2991b
1 changed files with 3 additions and 0 deletions
|
|
@ -6,6 +6,9 @@ env:
|
||||||
global:
|
global:
|
||||||
- CACHIX_CACHE=nix-on-droid
|
- CACHIX_CACHE=nix-on-droid
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- nix upgrade-nix
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- nix-env -iA cachix -f https://cachix.org/api/v1/install
|
- nix-env -iA cachix -f https://cachix.org/api/v1/install
|
||||||
- cachix use "${CACHIX_CACHE}"
|
- cachix use "${CACHIX_CACHE}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue