diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-09T03·46+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-09T03·46+0000 |
commit | b554b6274b2ed670ff31ea70ac195de18b4d9e63 (patch) | |
tree | 59ceac50e1e339dffb35ef1b51361b2f53f18841 | |
parent | 7da979124f9f8229ef6a56856f4b36d0d7f89676 (diff) |
fix(build): Install cachix from third_party r/109
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index abfa8c30d620..6a47fc1d704d 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 |