Skip to content

Remove ghc-prim

Remove ghc-prim #228

Workflow file for this run

name: "Nix"
on:
pull_request:
push:
# cancel previous runs when pushing new changes
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: "system-features = kvm nixos-test"
- run: nix flake check -L