Skip to content

Commit 89dd52f

Browse files
committed
replace CI, just Nix now
1 parent 78099d1 commit 89dd52f

File tree

4 files changed

+22
-364
lines changed

4 files changed

+22
-364
lines changed

.github/workflows/ci.yml

-243
This file was deleted.

.github/workflows/hackage.yml

-100
This file was deleted.

.github/workflows/nix.yaml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Nix
2+
3+
on:
4+
push:
5+
6+
jobs:
7+
nix-build:
8+
name: nix build .#${{ matrix.ghc }}-strongweak
9+
strategy:
10+
fail-fast: false
11+
matrix:
12+
ghc: [ghc98, ghc910]
13+
runs-on: ubuntu-latest
14+
permissions:
15+
id-token: "write"
16+
contents: "read"
17+
steps:
18+
- uses: actions/checkout@v4
19+
- uses: DeterminateSystems/nix-installer-action@main
20+
- uses: DeterminateSystems/magic-nix-cache-action@main
21+
- uses: DeterminateSystems/flake-checker-action@main
22+
- run: nix build .#${{ matrix.ghc }}-strongweak

.github/workflows/nix.yml

-21
This file was deleted.

0 commit comments

Comments
 (0)