fix(build): Install cachix from third_party
This commit is contained in:
parent
7da979124f
commit
b554b6274b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ nix: 2.2.2
|
||||||
env:
|
env:
|
||||||
- NIX_PATH="nixpkgs=${TRAVIS_BUILD_DIR}"
|
- NIX_PATH="nixpkgs=${TRAVIS_BUILD_DIR}"
|
||||||
before_script:
|
before_script:
|
||||||
- nix-env -f '<nixpkgs>' -iA cachix
|
- nix-env -f '<nixpkgs>' -iA third_party.cachix
|
||||||
- cachix use tazjin
|
- cachix use tazjin
|
||||||
script:
|
script:
|
||||||
# All of my own tools are under the top-level 'tazjin' attribute
|
# All of my own tools are under the top-level 'tazjin' attribute
|
||||||
|
|
Loading…
Add table
Reference in a new issue