Skip to content

feat: update nixpkgs #24

feat: update nixpkgs

feat: update nixpkgs #24

Workflow file for this run

name: "Tests"
on:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: |
nix develop --command cabal test all --test-show-details=streaming