blob: 6a47fc1d704d2553994dec2ad2d8e8cd6396ca7f (
plain) (
tree)
|
|
language: nix
nix: 2.2.2
env:
- NIX_PATH="nixpkgs=${TRAVIS_BUILD_DIR}"
before_script:
- nix-env -f '<nixpkgs>' -iA third_party.cachix
- cachix use tazjin
script:
# All of my own tools are under the top-level 'tazjin' attribute
# set, this command will build all of them.
- nix-build -A ciProjects | cachix push tazjin
|