From b554b6274b2ed670ff31ea70ac195de18b4d9e63 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 9 Dec 2019 03:46:19 +0000 Subject: fix(build): Install cachix from third_party --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '' -iA cachix + - nix-env -f '' -iA third_party.cachix - cachix use tazjin script: # All of my own tools are under the top-level 'tazjin' attribute -- cgit 1.4.1