re-setup nix.conf after installation

This commit is contained in:
Domen Kožar 2019-11-19 12:35:01 +01:00
parent 9420096b1d
commit 16107722cd
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246
3 changed files with 34 additions and 15 deletions

View file

@ -17,8 +17,8 @@ jobs:
- run: yarn test
- name: Install Nix
uses: ./
- run: nix-build test.nix
- run: nix-env -iA cachix -f https://github.com/NixOS/nixpkgs/tarball/ab5863afada3c1b50fc43bf774b75ea71b287cde
- run: cat /etc/nix/nix.conf
# cachix should be available and be able to configure a cache
- run: cachix use cachix
- run: cachix use cachix
- run: nix-build test.nix