Skip to content

Commit

Permalink
replace CI, just Nix now
Browse files Browse the repository at this point in the history
  • Loading branch information
raehik committed Oct 1, 2024
1 parent 78099d1 commit 89dd52f
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 364 deletions.
243 changes: 0 additions & 243 deletions .github/workflows/ci.yml

This file was deleted.

100 changes: 0 additions & 100 deletions .github/workflows/hackage.yml

This file was deleted.

22 changes: 22 additions & 0 deletions .github/workflows/nix.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Nix

on:
push:

jobs:
nix-build:
name: nix build .#${{ matrix.ghc }}-strongweak
strategy:
fail-fast: false
matrix:
ghc: [ghc98, ghc910]
runs-on: ubuntu-latest
permissions:
id-token: "write"
contents: "read"
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- run: nix build .#${{ matrix.ghc }}-strongweak
21 changes: 0 additions & 21 deletions .github/workflows/nix.yml

This file was deleted.

0 comments on commit 89dd52f

Please sign in to comment.