about summary refs log tree commit diff
path: root/.travis.yml
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-12-09T03·46+0000
committerVincent Ambo <tazjin@google.com>2019-12-09T03·46+0000
commitb554b6274b2ed670ff31ea70ac195de18b4d9e63 (patch)
tree59ceac50e1e339dffb35ef1b51361b2f53f18841 /.travis.yml
parent7da979124f9f8229ef6a56856f4b36d0d7f89676 (diff)
fix(build): Install cachix from third_party r/109
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index abfa8c30d6..6a47fc1d70 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@ nix: 2.2.2
 env:
   - NIX_PATH="nixpkgs=${TRAVIS_BUILD_DIR}"
 before_script:
-  - nix-env -f '<nixpkgs>' -iA cachix
+  - nix-env -f '<nixpkgs>' -iA third_party.cachix
   - cachix use tazjin
 script:
   # All of my own tools are under the top-level 'tazjin' attribute