2019-09-02 17:38:59 +02:00
|
|
|
language: nix
|
2019-09-02 22:58:39 +02:00
|
|
|
nix: 2.2.2
|
2019-09-02 17:38:59 +02:00
|
|
|
env:
|
|
|
|
- NIX_PATH="nixpkgs=${TRAVIS_BUILD_DIR}"
|
|
|
|
before_script:
|
2019-12-09 04:46:19 +01:00
|
|
|
- nix-env -f '<nixpkgs>' -iA third_party.cachix
|
2019-09-02 17:38:59 +02:00
|
|
|
- cachix use tazjin
|
|
|
|
script:
|
|
|
|
# All of my own tools are under the top-level 'tazjin' attribute
|
|
|
|
# set, this command will build all of them.
|
2019-09-22 18:21:35 +02:00
|
|
|
- nix-build -A ciProjects | cachix push tazjin
|