Skip to content

「✨」 feat(templates): new haskell template using haskell-flake #5

「✨」 feat(templates): new haskell template using haskell-flake

「✨」 feat(templates): new haskell template using haskell-flake #5

Workflow file for this run

name: Check
on: [ push, pull_request ]
jobs:
checks:
name: Check flake
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
with:
install_url: https://nixos.org/nix/install
extra_nix_config: |
auto-optimise-store = true
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
experimental-features = nix-command flakes
- run: nix flake check --all-systems