Skip to content

Merge pull request #287 from snoyberg/tar-0.6 #191

Merge pull request #287 from snoyberg/tar-0.6

Merge pull request #287 from snoyberg/tar-0.6 #191

Workflow file for this run

name: "Nix"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Local cache
uses: actions/cache@v2
with:
path: /nix/store
key: "${{ runner.os }}-nix-cache"
- uses: cachix/install-nix-action@v12
with:
nix_path: nixpkgs=channel:nixos-unstable
# - uses: cachix/cachix-action@v6
# with:
# name: jappie
# signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
# # Only needed for private caches
# #authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix-build .
- run: nix-shell --run "cd incoming; make all"