mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +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:
|
||||
- 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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue