summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-09-11 19:21:33 +0200
committerLaurenz <laurmaedje@gmail.com>2023-09-11 19:21:33 +0200
commitfa29c66a1190cf4b290e7430c4c1204d38e1650a (patch)
treeccca59075aff33c6a59c152ff16070bba53b6c33
parent2dc000daeba1718673b0f0025b31a78c001223d1 (diff)
Remove Nix flake CI
It takes long and it shouldn't break unless we raise the MSRV (for which there already is a CI check)
-rw-r--r--.github/workflows/ci.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f6205ab2..c6743f86 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -35,15 +35,3 @@ jobs:
- uses: dtolnay/rust-toolchain@1.70.0
- uses: Swatinem/rust-cache@v2
- run: cargo check --workspace
-
- nix-flake:
- name: Test Nix Flake
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v3
- - uses: DeterminateSystems/nix-installer-action@v4
- - uses: DeterminateSystems/magic-nix-cache-action@v2
- - run: nix flake check
- - run: nix build
- - run: nix shell -c typst --version
- - run: nix run . -- --version