add nix store to travis cache
This commit is contained in:
parent
c574d0ea03
commit
7f6023f062
|
@ -3,3 +3,7 @@ script:
|
|||
- git clone --depth 1 https://github.com/NixOS/nixpkgs ../nixpkgs
|
||||
- nix-build tests/intern.nix
|
||||
- nix-build tests/extern.nix
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- /nix/store
|
||||
|
|
Loading…
Reference in New Issue