chore(build): Bump nixpkgs version used in Travis
This version matches the updated popularity URL.
This commit is contained in:
parent
64f74abc4d
commit
f0b69638e1
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ language: nix
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
env:
|
env:
|
||||||
- NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/88d9f776091896cfe57dc6fbdf246e7d27d5f105.tar.gz
|
- NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/5271f8dddc0f2e54f55bd2fc1868c09ff72ac980.tar.gz
|
||||||
before_script:
|
before_script:
|
||||||
- mkdir test-files
|
- mkdir test-files
|
||||||
- echo ${GOOGLE_KEY} | base64 -d > test-files/key.json
|
- echo ${GOOGLE_KEY} | base64 -d > test-files/key.json
|
||||||
|
|
Loading…
Reference in a new issue