Skip to content

PrettyPrint: +more specific error wrapper #7

PrettyPrint: +more specific error wrapper

PrettyPrint: +more specific error wrapper #7

Workflow file for this run

name: nix
on:
# run on every push to every branch (visibility doesn't matter)
push:
# don't want pull_request config, since it would run twice
jobs:
nix-flake-build:
runs-on: ubuntu-latest
name: build (flake)
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v12
with:
name: camfort
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build