expose nix executables also for runner user

This commit is contained in:
Domen Kožar 2019-11-19 11:50:49 +01:00
parent addc7fa7a2
commit 15adaed2d7
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246
3 changed files with 5 additions and 2 deletions

View file

@ -18,3 +18,6 @@ jobs:
- name: Install Nix
uses: ./
- run: nix-build test.nix
- run: nix-env -iA cachix -f https://github.com/NixOS/nixpkgs/tarball/ab5863afada3c1b50fc43bf774b75ea71b287cde
# cachix should be available
- run: which cachix