Skip to content

refactor(2024.02-haskell): tidy a bit #67

refactor(2024.02-haskell): tidy a bit

refactor(2024.02-haskell): tidy a bit #67

Workflow file for this run

name: Build the flake
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v30
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v15
with:
name: yurrriq
skipPush: true
- run: nix build --show-trace --verbose